HTBasic Help
×
Menu
Index

OFF EOR

Cancels event branches defined by ON EOR.
 
 OFF EOR @non-buf-io-path
 
 
 
Usage:
OFF EOR @Dev
IF Finish THEN OFF EOR @File
 
Description:
Any End-of-Record (EOR) events that have been logged but not yet serviced, are canceled. Executing OFF EOR within a subprogram disables the ON EOR definition within that subprogram context. When control is returned to the calling program, any pre-existent ON EOR definition is re-enabled.
 
See Also: