TEMPLATE Procedure: Creating Markup Language Tagsets

UNBLOCK Statement

Enables a disabled event.
Requirement: Because you can block the same event multiple times, to enable the event use the same number of UNBLOCK statements as BLOCK statements.
Interaction: To disable an event, use the BLOCK statement.

Syntax

Required Argument

event-name
specifies the name of the event.

Optional Argument

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