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
- 4 yrs agoLast active
- 1Replies
- 579Views