<?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%3ACustom_Menu_Single_Page</id>
	<title>TI-BASIC:Custom Menu Single Page - 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%3ACustom_Menu_Single_Page"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Custom_Menu_Single_Page&amp;action=history"/>
	<updated>2026-04-17T18:55:22Z</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:Custom_Menu_Single_Page&amp;diff=1108&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:Custom_Menu_Single_Page&amp;diff=1108&amp;oldid=prev"/>
		<updated>2016-02-24T18:35:00Z</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;Simple homescreen menu without using the menu( command.&lt;br /&gt;
&lt;br /&gt;
 ClrHome&lt;br /&gt;
 Disp &amp;quot;&amp;gt;OPTION 1&amp;quot;,&amp;quot; OPTION 2&amp;quot;,&amp;quot; OPTION 3     // note the spaces before OPTION 2 and OPTION 3&lt;br /&gt;
 1-&amp;gt;A&lt;br /&gt;
 Repeat Ans=105&lt;br /&gt;
 If Ans&lt;br /&gt;
 Output(A,1,&amp;quot;                               // one space&lt;br /&gt;
 min(3,max(1,A+sum(List(Ans={25,34-&amp;gt;A       // the List has an implied delta sign (triangle) before it.&lt;br /&gt;
 Output(A,1,&amp;quot;&amp;gt;&lt;br /&gt;
 getKey&lt;br /&gt;
 End&lt;br /&gt;
 If A=1&lt;br /&gt;
 Disp &amp;quot;OPTION 1 ACTION&lt;br /&gt;
 If A=2&lt;br /&gt;
 Disp &amp;quot;OPTION 2 ACTION&lt;br /&gt;
 If A=3&lt;br /&gt;
 &amp;quot;OPTION 3 ACTION&lt;br /&gt;
&lt;br /&gt;
Simple graphscreen menu.&lt;br /&gt;
&lt;br /&gt;
 ClrDraw&lt;br /&gt;
 Horizontal Ymin&lt;br /&gt;
 Horizontal Ymax&lt;br /&gt;
 Vertical Xmax&lt;br /&gt;
 Vertical Xmin&lt;br /&gt;
 Text(-1,3,35,&amp;quot;MENU&lt;br /&gt;
 Text(20,25,&amp;quot;&amp;gt;OPTION 1&lt;br /&gt;
 Text(26,29,&amp;quot;OPTION 2&lt;br /&gt;
 Text(32,29,&amp;quot;OPTION 3&lt;br /&gt;
 20-&amp;gt;A&lt;br /&gt;
 Repeat Ans=105&lt;br /&gt;
 If Ans&lt;br /&gt;
 Text(A,25,&amp;quot;                                                              // Four spaces&lt;br /&gt;
 min(32,max(20,Ans+6sum(List(Ans={25,34-&amp;gt;A               // The &amp;quot;List&amp;quot; has an implied delta (little triangle) before it.&lt;br /&gt;
 Text(A,25,&amp;quot;&amp;gt;&lt;br /&gt;
 getKey&lt;br /&gt;
 End&lt;br /&gt;
 If A=20&lt;br /&gt;
 Disp &amp;quot;OPTION 1 ACTION&lt;br /&gt;
 If A=26&lt;br /&gt;
 Disp &amp;quot;OPTION 2 ACTION&lt;br /&gt;
 If A=32&lt;br /&gt;
 &amp;quot;OPTION 3 ACTION&lt;br /&gt;
&lt;br /&gt;
You can adjust the Text( values to determine what spacing you would like.[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>