To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
OFF ERROR - Cancels event branches defined by ON ERROR.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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