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