0
Fault
This function generates a fault in NINOX. Why?
Fault description: Field not found: This at line 2, column 10
function test() do
alert("This is the alert message”);
end
1 reply
-
I copied and pasted your formula and when I replaced the trailing quote it worked.
function test() do
alert("This is the alert message")
end;
test()
Content aside
- 5 yrs agoSun, March 8, 2020 at 1:22 AM UTCLast active
- 1Replies
- 579Views