To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
SUSPEND INTERACTIVE - Deactivates program control keys.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
SUSPEND INTERACTIVE
Deactivates program control keys.
SUSPEND INTERACTIVE [,RESET]
Usage:
SUSPEND INTERACTIVE,RESET
Example:
SUSPEND INTERACTIVE.BAS
Description:
The normal functions of the program control keys CLR I/O, ENTER, PAUSE, STEP and STOP, are disabled. The RESET key may also be disabled by specifying the optional
RESET
keyword. The keys are only disabled while the program is running.
RESUME INTERACTIVE
,
END
,
GET
,
LOAD
,
RUN
,
SCRATCH
or
STOP
will re-enable the program control keys as well as the RESET key.
See Also:
RESUME INTERACTIVE