Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Missing "=" in FOR statement

Scroll Prev Up Next More

This compiler error will occur if a for instruction does not contain an equal sign where expected.

 

For example:

for nTemp       1 to 10 step 1 // missing = between nTemp and 1
    // do something    
endfor

For more details, see looping with the for keyword.

 


Topic 109605, last updated on 18-Apr-2020