TEMPLATE Procedure: Creating Markup Language Tagsets

BREAK Statement

Stops the current event from executing. Statements below the BREAK statement are not executed.
Tip: The BREAK statement is most useful when combined with event statement conditions.

Syntax

Optional Argument

event-statement-condition(s)
specifies one or more conditions that must be true for the event statement to execute.
Requirement:event-statement-condition(s) must be preceded by a slash (/).
See: For information about these conditions, see Event Statement Conditions.