Loop: Break

Exit a Loop before it reaches its defined conclusion (i.e., though the conditions for continuing the loop are still TRUE). This command can be especially useful when an event occurs that makes completing the loop unnecessary (for example, when a particular text is located partway through a file).

The Loop: Break command can be used only within the following "container"-type Advanced Commands that use a looping mechanism:

It has no configurable options and can be added to a wizard simply by dragging it into the relevant command's container in the Editor Pane.