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

This page has been recommended for cleanup, integration, etc.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution 2.5 License.