HTBasic Help
×
Menu
Index

CLEAR SCREEN

Clears the ALPHA display.
 
 CLEAR SCREEN
CLS
 
Usage:
IF Ready THEN CLEAR SCREEN
 
Example:     CLEAR SCREEN.BAS
 
Description:
CLS is an abbreviated form of CLEAR SCREEN. This command is equivalent to pressing the CLR SCR key and replaces the non-intuitive command: OUTPUTKBD;CHR$(255)&"K";.
 
On bit mapped displays with MERGE ALPHA WITH GRAPHICS in effect, this command will also clear the graphic screen.
 
See Also: