To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
KBD - Returns a 2, the device select code of the keyboard.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
KBD
Returns a 2, the device select code of the keyboard.
KBD
Usage:
STATUS KBD;Kbdstat
OUTPUT KBD;Clr$;
Example:
KBD.BAS
Description:
KBD
is an
INTEGER
function which returns the constant (2), referring to the keyboard interface select code. When referring to the keyboard,
KBD
is more mnemonic than the constant two.
See Also:
CRT
,
PRT