0040: Constant name or value not found
The constant is not given a name or a value at the declaration.
Possible solutions: check the constant declaration syntax and provide both the name and the value:
CONST
Pi = 3.14
END
Last updated
The constant is not given a name or a value at the declaration.
Possible solutions: check the constant declaration syntax and provide both the name and the value:
CONST
Pi = 3.14
END
Last updated