Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Operator can only be used on numeric variables

Scroll Prev Up Next More

This compiler error will occur if a non-integer variable is passed to either the inc/dec operators.

 

For example:

inc(sRESULT)

Note that these operators operate on a variable, so an integer literal would also generate a compiler error.

 


Topic 109021, last updated on 18-Apr-2020