CONTINUE LOOP


General Form:

     CONTINUE LOOP


The CONTINUE LOOP command will restart a program that has been stopped either with a STOP or a TRAP statement or has been interrupted by a Ctrl+BREAK, and stop it again before the next WEND or UNTIL statement which would complete the current WHILE or REPEAT loop.

The CONTINUE LOOP command can be executed directly within the Workbench either as a single keystroke or from the toolbar.

See also:

CONTINUE, CONTINUE LOAD, CONTINUE NEXT
CONTINUE RETURN, STOP, TRAP