HTBasic Help
×
Menu
Index

OFF EOT

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