| Syntax |
|
| Documentation | Loops over a block of statements while a boolean expression remains true:
statement_block, the statements to be executed as long the expression remains true. |
| Examples | |
$inc{$get{c}} } increases variable "c" as long as variables "a" and "b" are equal |
|
| Group | Control_Flow |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_EXPERT |
| Minimum parameters | 2 |
| Maximum parameters | 3 |