Difference between revisions of "CLEAR EVENTS"

From Lianjapedia
Jump to: navigation, search
(Created page with "==Purpose== Stops event processing started with READ EVENTS ==Syntax== CLEAR EVENTS ==See Also== CLEAR, CLEAR ALL, CLEAR LOCKS, CLEAR MEMORY ==Description==...")
 
Line 6: Line 6:
  
 
==See Also==
 
==See Also==
[[CLEAR]], [[CLEAR ALL]], [[CLEAR LOCKS]], [[CLEAR MEMORY]]
+
[[CLEAR]], [[CLEAR ALL]], [[CLEAR LOCKS]], [[CLEAR MEMORY]], [[DO FORM]]
  
 
==Description==
 
==Description==

Revision as of 12:38, 4 January 2013

Purpose

Stops event processing started with READ EVENTS

Syntax

CLEAR EVENTS

See Also

CLEAR, CLEAR ALL, CLEAR LOCKS, CLEAR MEMORY, DO FORM

Description

The CLEAR EVENTS command stops event processing started with READ EVENTS.

Note: There is an implicit READ EVENTS when a FORM is executing to ensure that the objects/classes in the form remain in scope. The Form window must be closed or the CLEAR EVENTS command issued to continue processing subsequent commands. The READ EVENTS command itself is not currently supported.

Example

clear events