$break

Breaks the execution of loops/templates.
Syntax
    $break{}
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.
    Paramter:
      None.
    Returns:
      Void.
    Throws:
      None.
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}
GroupControl_Flow
Minimum required transaction-mode:NONE
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters0
Maximum parameters 0