To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
CONFIGURE KEY EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
CONFIGURE KEY Example
10 CLEAR SCREEN
20 CONFIGURE KEY 51 TO NUM("<") ! Changes key "3" to a left-arrow.
30 PRINT "Configuring key 3 to a left-arrow."
40 PRINT "Verify that this is true."
50 PRINT "Press continue to quit."
60 PAUSE
70 END