HTBasic Help
×
Menu
Index

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: