Difference between revisions of "83Plus:Basic:Graphics:ClrHome"

From WikiTI
Jump to: navigation, search
 
(Cleaned up formatting to match template)
 
Line 14: Line 14:
 
== Comments ==
 
== Comments ==
  
Resets cursor position to top left corner.
+
* 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 16:12, 16 September 2006


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!!!"

See also:

ClrDraw