qb45advr.hlp (
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
CLS Statement Details
◄QuickSCREEN► ◄Details► ◄Example► ◄Contents► ◄Index►
──────────────────────────────────────────────────────────────────────────────
CLS Command Details
Syntax
CLS [{0|1|2}]
Statement Description
CLS 0 Clears the screen of all text and graphics.
CLS 1 Clears only the graphics viewport if a VIEW statement
has been executed. Otherwise, CLS 1 clears the entire
screen.
CLS 2 Clears only the text viewport, leaving the bottom screen
line (line 25, 30, 43, or 60 depending on the screen
mode) unchanged.
CLS Clears either the graphics viewport or the text
viewport. If the graphics viewport is active, then CLS
with no argument clears only the viewport. If the
graphics viewport is inactive, then CLS clears the text
viewport and refreshes the function key display line
(the bottom screen line).
The CLS statement also returns the cursor to the home position
in the top left corner of the screen.