The LOOP-ON Proc continually repeats a TCL statement until the BREAK key is pressed.
Format
LOOP-ON statement |
Parameter(s)
statement |
Any TCL statement. |
Description
You cannot LOOP-ON every Proc (such as LISTU, LISTFILES, etc.).
NOTE |
The Debugger must be enabled (DEBUG-ON) in order for the BREAK key to break the loop. |