HTBasic Help
×
Menu
Index

OFF ERROR

Cancels event branches defined by ON ERROR.
 
 OFF ERROR
 
Usage:
IF Finish THEN OFF ERROR
 
Example:           OFF ERROR.BAS
 
Description:
Execution of an OFF ERROR statement will cause any subsequent errors to be reported to the user and program execution will PAUSE.
 
See Also:
ENABLE, DISABLE, ON INTR, SYSTEM PRIORITY