-
Notifications
You must be signed in to change notification settings - Fork 8
BASIC CLS Function
Sean P. Harrington edited this page Jan 20, 2025
·
1 revision
TYPE: Extended BASIC I/O statement
FORMAT: CLS
Action: Clears the screen and moves the cursor to the top left position of the screen.
- Fills screen RAM with spaces.
- If a
SET COLOR
statement is in effect, color RAM is filled with the specified colors those colors. - Otherwise color RAM is filled with foreground and background colors 0 and 6, respectively.
Examples of keyword type:
CLS
Clears screen with default colors and moves the cursor to the top left position of the screen.
plusBASIC enhancement
TYPE: plusBASIC I/O statement
FORMAT: CLS fgcolor , bgcolor
Action: Clears the screen with the specified colors and moves the cursor to the top left position of the screen.
- Fills screen RAM with spaces and color RAM with foreground and background colors fgcolor and bgcolor, respectively.
To Search for pages in the wiki, press Pages above and type a search term in the "Find a page..." box. Results will update beneath automatically.
- Aquarius+ User Guide
- Quick Start
- Hardware
- Software
-
Other Development Resources