Cls (Basic4GL)
Cls
( Basic4GL 2.4.3 )
Cls - clear the screen
Description
Cls
Cls clears the screen of text. It does not clear the screen of sprites, this is done automatically with the TEXT_BUFFERED TextMode().
Examples
Clearing the Screen
Even though text is printed using Printr, it will not be seen because Cls will clear it immediately after being printed.
Printr "This text is never seen."
Cls
Related Pages
- ClearLine() - clear a single line
- ClearRegion() - clear a square region
This page has been recommended for cleanup, integration, etc.
page revision: 20, last edited: 20 Aug 2012 11:49