This command exits a loop initiated by the LOOP command.
Syntax
LOOP_BREAK
Return value
This command does not return a value.
Notes
For more information, see LOOP.
Examples
NVar 1 = 0:
Loop "NVar 1 = NVar 1 + 1 : If NVar 1 > 9999, LOOP_BREAK"
This formula increments the variable NVar 1 from 0 to 10000 and then exits the loop.