To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
DISABLE - Disables event-initiated branches.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
DISABLE
Disables event-initiated branches.
DISABLE
Usage:
DISABLE
Example:
DISABLE.BAS
Description:
Disables all event-initiated branches, except
ON END
,
ON ERROR
, and
ON TIMEOUT
.
See Also:
DISABLE INTR
,
ENABLE
,
ENABLE INTR
,
ON
,
OFF