Navigation: Macros > Macro Language > Compiler Messages > Errors
This compiler error will occur if a non-integer literal is used inside the range operator.
For example:
if nTemp in [22 .. '33'] endif
In the example above '33' is the cause of this message.
Topic 109018, last updated on 18-Apr-2020