
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Error Messages - <b>c2012 loop statement with no loop in sight</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
C2012 LOOP statement with no loop in sight
Explanation: You specified a LOOP statement outside of a DO WHILE
or FOR loop. LOOP statements are valid only between a DO WHILE and an
ENDDO statement or between a FOR and a NEXT statement. This type of
error usually occurs because of a nesting error when specifying control
structures.
Action: Check the flow of control in your program's logic for a
missing DO WHILE or FOR statement above the erroneous LOOP statement or
remove the erroneous statement.
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson