Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Range values must be numeric

Scroll Prev Up Next More

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