<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AClrhome</id>
	<title>TI-BASIC:Clrhome - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://learn.cemetech.net/index.php?action=history&amp;feed=atom&amp;title=TI-BASIC%3AClrhome"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Clrhome&amp;action=history"/>
	<updated>2026-04-29T19:39:03Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.3</generator>
	<entry>
		<id>http://learn.cemetech.net/index.php?title=TI-BASIC:Clrhome&amp;diff=1028&amp;oldid=prev</id>
		<title>Maintenance script: Initial automated import</title>
		<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Clrhome&amp;diff=1028&amp;oldid=prev"/>
		<updated>2016-02-24T18:30:54Z</updated>

		<summary type="html">&lt;p&gt;Initial automated import&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Template:TI-BASIC:Command&lt;br /&gt;
|picture=CLRHOME_ANIMATED.GIF&lt;br /&gt;
|summary=Clears the home screen of any text or numbers.&lt;br /&gt;
|syntax=ClrHome&lt;br /&gt;
|location=While editing a program, press:&lt;br /&gt;
# PRGM to enter the PRGM menu&lt;br /&gt;
# RIGHT to enter the I/O menu&lt;br /&gt;
# 8 to choose ClrHome, or use arrows&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
There are numerous times in a program that you need a clear screen, so that you can display whatever text you want without it being interrupted. One place, in particular, is at the [[TI-BASIC:Setup|beginning]] of a program, since the previous program call(s) and any other text is typically still displayed on the screen. The simple ClrHome command is the command you use to clear the home screen.&lt;br /&gt;
&lt;br /&gt;
When you use the ClrHome, it resets the cursor position to the top left corner of the home screen. This is what the [[TI-BASIC:Disp|Disp]] and [[TI-BASIC:Pause|Pause]] commands use as the reference for what line to display their text on, but it does not have any effect on [[TI-BASIC:Output|Output(]].&lt;br /&gt;
&lt;br /&gt;
= Advanced Uses =&lt;br /&gt;
&lt;br /&gt;
You want to make sure to clear the home screen when [[TI-BASIC:Cleanup|exiting]] programs (at the end of a program). This ensures that the next program that the user runs will not have to deal with whatever text your program left behind. It also helps the user, because they will not have to manually clear the home screen by pressing the CLEAR key; you have already done it for them.&lt;br /&gt;
&lt;br /&gt;
= Error Conditions =&lt;br /&gt;
&lt;br /&gt;
* &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#invalid|ERR:INVALID]]&amp;#039;&amp;#039;&amp;#039; occurs if this statement is used outside a program.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Clrdraw|ClrDraw]]&lt;br /&gt;
&lt;br /&gt;
= See Also =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Setup|Program Setup]]&lt;br /&gt;
* [[TI-BASIC:Cleanup|Program Cleanup]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>