Loop Statements

These instructions mark the end of a Do…Loop block of instructions and in some instances also specify the loop termination condition.

Loop
-or-
Loop Until condition
-or-
Loop While condition

Prerequisites

Must always follow and match a Do statement within a procedure.

Remarks

Please see the documentation on the Do…Loop Statements for an explanation of the use of the Loop instructions.

See Also

Statements |Do... Loop Statement