The compiler finds that a FOR loop's counter is not a variable.
FOR
Possible solutions: use a variable as the counter of the loop iterations:
FOR $MyCounter = 1 to 10 END
Last updated 4 years ago