| Syntax |
|
| Documentation | $break: Stops the execution of loops/templates and makes the script continue at the point after the loop/template. Note that text generated until the break in the code block and sub blocks in question will be discarded.
|
| Examples | |
| $set{text}{} $for{$set{i}{0}}{$less{$get{i}}{10}}{$incLocal{i}}{ i=$get{i} $// not visible $set{text}{$get{text}i=$get{i}$\n} $break{} } $get{text} | |
| Group | Control_Flow |
| Minimum required transaction-mode: | NONE |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 0 |
| Maximum parameters | 0 |