Please enable JavaScript to view this site.

 

Navigation: Macros > Macro Language > Compiler Messages > Errors

Missing expression in WHILE statement

Scroll Prev Up Next More

This compiler error will occur if there is no expression following a while keyword.

 

For example:

while            
   // do something
endwhile

In the above example, the compiler expects to see a boolean expression following (and on the same line as) the while keyword.

 


Topic 109600, last updated on 18-Apr-2020