All Commands
All Program Flow
Commands
WHILE
Create a While Loop within the page.
You can use the {LOOP_COUNT} command to return the current iteration.
NOTE: While loops are limited to 1 million iterations to prevent them from tying up our processors.This command requires an {END_WHILE} command.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | Expression | The Expression to be evaluated to decide if the Loop will continue |
Example
1
2
3
4
5
6
7
8
9
10