To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
LOAD KEY - Loads softkey macro definitions into memory.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
LOAD KEY
Loads softkey macro definitions into memory.
LOAD KEY [file-specifier]
Usage:
LOAD KEY "DEF"
Example:
LOAD KEY.BAS
Description:
The
LOAD KEY
statement loads softkey macro definitions into memory from a file. Executing
LOAD KEY
without the file specifier resets the softkey definitions to their start-up defaults.
See Also:
EDIT KEY
,
KBD CMODE
,
KEY LABELS
,
KEY LABELS PEN
,
LIST KEY
,
OFF KEY
,
ON KEY
,
READ KEY
,
SCRATCH
,
SET KEY
,
STORE KEY
,
USER KEYS