console.Clear
console.Clear - clear the console window.
( Brutus2D 1.6, 1.7 )
Syntax
console.Clear
Description
console.Clear clears the console window of all text. Strangely, it does not remove background colors. It is similar to the generic BASIC CLS.
Examples
Clear the Console Window
console.Clear requires no arguments so using it is very simple.
console.Initialize
console.WriteLine "You will never see this."
console.Clear
console.Wait
console.Terminate
Related Pages
- console.Initialize - start the console object.
- console.Terminate - kill the console object.
- graphics.Clear - similar function for graphics mode.
Backlinks
These pages link back to this page. You may find them helpful.
| This article is a stub. You can help us improve Brutus2D Wiki Complete by expanding it. |
page_revision: 3, last_edited: 1215196727|%e %b %Y, %H:%M %Z (%O ago)
Discuss