<while condition="expression" index="index_var_name" maxloops="max_loops"> body </while>
Name | Required | Default | Description |
---|---|---|---|
condition | yes | Expression that is evaluated for every loop and if its value is true, the body is executed. | |
index | no | Name of the index variable, initial value for the first loop is 1. | |
maxloops | no | Limits number of iterations. There is no limit if it is not specified. |
See example from function processor.