Break
Mon 01 January 2018Syntax
Break
Description
Use the Break statement to terminate execution of a loop or an Evaluate function. The program resumes execution immediately after the end of the statement. If the loop or Evaluate is nested in another statement, only the innermost statement is terminated.
Parameters
None.