TEMPLATE Procedure: Creating Markup Language Tagsets

BLOCK Statement

Disables the specified event.
Tips: To enable the blocked event, use the UNBLOCK statement.

You can block the same event multiple times, but to enable the event, use the same number of UNBLOCK statements.

Syntax

Required Argument

event
specifies the event.

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.