Click or drag to resize

cls Function

X#
Clear the terminal window and position the cursor at row and column 0.

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION cls() AS VOID
Request Example View Source

Return Value

Type: 
Remarks
Examples
These examples illustrate CLS():
X#
1FUNCTION Start()
2QOut("Clear the screen.")
3WAIT
4CLS()
5RETURN
See Also