To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
ERROR SUBEXIT - Returns subprogram execution to the line following the most recent error.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
ERROR SUBEXIT
Returns subprogram execution to the line following the most recent error.
ERROR SUBEXIT
Usage:
ERROR SUBEXIT
IF Done THEN ERROR SUBEXIT
Example:
ERROR SUBEXIT.BAS
Description:
ERROR SUBEXIT
should only be used in connection with
ON ERROR CALL
. A regular
SUBEXIT
causes the line which generated the error to be re-executed.
ERROR SUBEXIT
skips the error line and continues execution with the line following the line in error.
See Also:
CAUSE ERROR
,
CLEAR ERROR
,
ERRL
,
ERRLN
,
ERRM$
,
ERRN
,
ERROR RETURN
,
OFF ERROR
,
ON ERROR
,
SUBEXIT