DO
<statements>
LOOP UNTIL expression
Loops until the expression following UNTIL is true. Because the test is made at the end of the loop the statements inside the loop will be executed at least once even if the expression is false.
See also:
DO LOOP
DO WHILE LOOP
EXIT
EXIT FOR
FOR TO STEP
LOOP UNTIL
NEXT
WHILE WEND
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply