DO WHILE expression
<statements>
LOOP
Loops while “expression” is true (this is equivalent to the older WHILE-WEND loop, also implemented in MMBasic). If, at the start, the expression is false the statements in the loop will not be executed, even once.
See also:
DO LOOP
DO LOOP UNTIL
EXIT
EXIT FOR
FOR TO STEP
LOOP UNTIL
NEXT
WHILE WEND
Applies to:
CGCOLORMAX
CGMMSTICK
CGMICROBOARD
CGMICROMITE
Leave a Reply