Description |
Loops while or until the expression specified is true. With each successive loop, the expression is reevaluated. The loop ends after the expression condition is met or when a Break is encountered. Used to continue to execute a block of steps while or until a condition is true. |
Declaration |
<AMLOOPEXPRESSION EXPRESSION="text [valid BASIC
expression]" CONDITION="text [options]"> |
Examples |
<!--- simple incrementing counter ---> |
General Tab Parameters |
CONDITION: Specifies whether the loop should continue while the expression is true or until it is true.
Text [options], Optional default: while Expression: Specifies a valid BASIC expression that should be evaluated on each loop. Click the Expression Builder icon to build and insert an expression. Text, Required |
See Also |
Loop, End Loop, Loop Files, Loop Windows, Loop Processes, Loop Dataset, Loop List, Break |