HELP
An object that terminates the current
iteration loop.

USE
Use Break to stop the loop and continue
execution through the sequence output pin of
the iterator.

LOCATION
Flow ==> Repeat ==> Break
NOTE Break is usually used with Until Break
objects.  It may also be used with other
iteration objects and is often used with an
If/Then/Else object to conditionally stop
iteration.

SEE ALSO
For Count, For Range, For Log Range, Next, On
Cycle, and Until Break.
