<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>How to return to original Menu on TI-84</title>
		<link>http://tibasicdev.wikidot.com/forum/t-13984418/how-to-return-to-original-menu-on-ti-84</link>
		<description>Posts in the discussion thread &quot;How to return to original Menu on TI-84&quot; - I&#039;m using the Menu( command, and I want to return to the original menu after running a program.</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 22 Apr 2026 14:27:20 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-13984418#post-4881032</guid>
				<title>Re: How to return to original Menu on TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-13984418/how-to-return-to-original-menu-on-ti-84#post-4881032</link>
				<description></description>
				<pubDate>Tue, 26 Jan 2021 14:56:02 +0000</pubDate>
				<wikidot:authorName>Sitay Huber</wikidot:authorName>				<wikidot:authorUserId>7239046</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Awesome! I just fixed the code and it works great! Thanks for your help!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-13984418#post-4880453</guid>
				<title>Re: How to return to original Menu on TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-13984418/how-to-return-to-original-menu-on-ti-84#post-4880453</link>
				<description></description>
				<pubDate>Tue, 26 Jan 2021 02:21:26 +0000</pubDate>
				<wikidot:authorName>CalcNerd</wikidot:authorName>				<wikidot:authorUserId>6321217</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I think what you mean is that you want it at the end to return to your &quot;Analytic Geo&quot; Menu.</p> <p>Hope this helps!</p> <p>You can do this&#8230;<br /> The stuff with the asterisks is the things that I added :)</p> <div class="code"> <pre><code>**Lbl 3** Menu(&quot;Analytic Geo&quot;,&quot;Distance&quot;,1,&quot;Midpoint&quot;,2 Lbl 1 ClrHome Disp &quot;CO 1&quot; Prompt A,B Disp &quot;CO 2&quot; Prompt C,D (C-A)²+(D-B)²→X √(X)→Y Disp &quot;SQRT&quot;,X Disp &quot;DISTANCE REAL&quot;,Y Pause // Not sure if this is needed but you can remove it if you don't need it ClrHome **Goto 3** **Lbl 2** ClrHome Disp &quot;CO 1&quot; Prompt A,B Disp &quot;CO 2&quot; Prompt C,D (A+C)/2→X (B+D)/2→Y Disp &quot;MIDPOINT&quot;,X,Y **Pause** //I don't know for sure if this is needed, but You can take it out if you don't need it **Goto 3**</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-13984418#post-4880151</guid>
				<title>How to return to original Menu on TI-84</title>
				<link>http://tibasicdev.wikidot.com/forum/t-13984418/how-to-return-to-original-menu-on-ti-84#post-4880151</link>
				<description></description>
				<pubDate>Mon, 25 Jan 2021 17:40:51 +0000</pubDate>
				<wikidot:authorName>Sitay Huber</wikidot:authorName>				<wikidot:authorUserId>7239046</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm using my TI-84, and I want to consolidate all my analytic geometry programs. How do I get the calculator to return to the original menu (which only has two options right now) after running a series of commands? Thanks in advance!</p> <p>Here is the code:<br /> Menu(&quot;Analytic Geo&quot;,&quot;Distance&quot;,1,&quot;Midpoint&quot;,2<br /> Lbl 1<br /> ClrHome<br /> Disp &quot;CO 1&quot;<br /> Prompt A,B<br /> Disp &quot;CO 2&quot;<br /> Prompt C,D<br /> (C-A)²+(D-B)²→X<br /> √(X)→Y<br /> Disp &quot;SQRT&quot;,X<br /> Disp &quot;DISTANCE REAL&quot;,Y<br /> ClrHome<br /> Lbl 2<br /> ClrHome<br /> Disp &quot;CO 1&quot;<br /> Prompt A,B<br /> Disp &quot;CO 2&quot;<br /> Prompt C,D<br /> (A+C)/2→X<br /> (B+D)/2→Y<br /> Disp &quot;MIDPOINT&quot;,X,Y</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>