To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
CLEAR LINE - Clears the keyboard input line.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
CLEAR LINE
Clears the keyboard input line.
CLEAR LINE
Usage:
IF Signal THEN CLEAR LINE
Example:
CLEAR LINE.BAS
Description:
This command is equivalent to pressing the CLR LN key and replaces the non-intuitive command:
OUTPUT
KBD
;
CHR$
(255)&"#";.
See Also:
CLEAR SCREEN