Navigation: thinBasic Modules > Console > Console_Cls |
|
Description
Clear the console window screen.
Syntax
Console_Cls
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
The screen to be cleared is the entire output buffer (not only the visible area).
Restrictions
Alias
This function can be aliases as: CLS
See also
Console Module, Console_FullScreen, Console_ShowWindow
Examples
Console_Cls()
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |