HTBasic Help
×
Menu
Index

OFF END

Cancels event branches defined by ON END.
 
 OFF END @io-path
 
Usage:
OFF END @File
IF Finish THEN OFF END @Input
 
Example:           OFF END.BAS
 
Description:
Execution of an OFF END statement within a subprogram will disable the ON END definition within the context of the subprogram, but when control is returned to the calling program the ON END definition is re-enabled.
 
End-of-file and end-of-record errors will be reported if no ON END definition is active.
 
See Also: