Difference between revisions of "83Plus:Basic:Graphics:ClrHome"
From WikiTI
(Cleaned up formatting to match template) |
|||
Line 14: | Line 14: | ||
== Comments == | == Comments == | ||
− | + | * This command also resets the cursor position to the top left corner of the screen. | |
== Example == | == Example == | ||
Line 22: | Line 22: | ||
== See also: == | == See also: == | ||
+ | [[83Plus:Basic:Graphics:ClrDraw|ClrDraw]] |
Latest revision as of 15:12, 16 September 2006
Contents
Synopsis
Token size: 1 byte
Syntax: ClrHome
Clears all text from the homescreen.
Outputs:
Clears homescreen and text shadow.
Comments
- This command also resets the cursor position to the top left corner of the screen.
Example
:ClrHome :Disp "Hello World!!!"