Command Reference - Control Structure Actions
Marks the beginning of a WHILE loop in your action list.
|
Action ID: |
204 |
The conditional expression that must resolve to true in order for the actions in the WHILE loop to be performed. The WHILE loop will continue to loop as long as this condition is true. Here's how it works:
If the expression evaluates to true, all of the actions between the WHILE action and the corresponding END WHILE action will be performed. When the END WHILE is reached, the expression will be reevaluated, and if it's still true, the actions between the WHILE and the END WHILE will be performed again. The actions will continue to "loop" like this until the expression evaluates to false.
When the expression evaluates to false, the next action after the corresponding END WHILE will be performed.

Opens the Build Expression dialog which provides a useful interface to help you build the conditional expression.
|
Value |
Simple Message |
Verbose Message |
|
0 (OK) |
|
|
|
1 |
MSG_ERR_EVALUATE_EXPRESSION |
MSG_ERR_EVALUATE_EXPRESSION |
|
2 |
MSG_ERR_EVALUATE_EXPRESSION |
MSG_ERR_EVALUATE_EXPRESSION |
|
80 |
MSG_ERR_EVALUATE_EXPRESSION |
MSG_ERR_EVALUATE_EXPRESSION |