XenoGuard 4.0 Documentation
Break
ActionStep Reference » Programming » Flow Control » Break
The ActionStep Break immediately ends a current iteration or loop. The execution continues at the next ActionStep that is outside the loop, if any.
[-] Hide
- Open the Programming node in the Workspace Explorer.
- In the Flow Control node, select the Break ActionStep.
Example 1 (Ends a running variable iteration):
This example ends the iteration of the incremented value from the local variable varCount with Text as data type. After the iterated value has ended, a Text is then output via Message Box.
See other Flow Control ActionSteps:
If
For Loop
For Each
Repeat Until
While
Label
GoTo
Parallel
On Error Continue
On Error GoTo
Abort
Abort on Error