<?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%3ASelect</id>
	<title>TI-BASIC:Select - 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%3ASelect"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Select&amp;action=history"/>
	<updated>2026-04-19T21:13:54Z</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:Select&amp;diff=1027&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:Select&amp;diff=1027&amp;oldid=prev"/>
		<updated>2016-02-24T18:30:51Z</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=SELECT.GIF&lt;br /&gt;
|summary=Allows the user to select a subinterval of any enabled Scatter or xyLine plots.&lt;br /&gt;
|syntax=Select(&amp;#039;&amp;#039;x-list name&amp;#039;&amp;#039;, &amp;#039;&amp;#039;y-list name&amp;#039;&amp;#039;)&lt;br /&gt;
|location=Press:&lt;br /&gt;
# 2nd LIST to access the list menu.&lt;br /&gt;
# RIGHT to access the OPS submenu.&lt;br /&gt;
# 8 to select Select(, or use arrows and ENTER.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
When Select( is called, if it has any [[TI-BASIC:Plotn#scatter|Scatter]] or [[TI-BASIC:Plotn#xyline|xyLine]] plots to work with, it displays the graph screen and allows the user to pick a left bound and then a right bound on one of the plots (the left and right keys move from point to point, while the up and down keys switch plots). Then, it stores all the points between those bounds to &amp;#039;&amp;#039;x-list name&amp;#039;&amp;#039; and &amp;#039;&amp;#039;y-list name&amp;#039;&amp;#039;. Finally, it sets the chosen plot to use &amp;#039;&amp;#039;x-list name&amp;#039;&amp;#039; and &amp;#039;&amp;#039;y-list name&amp;#039;&amp;#039; as its X and Y lists.&lt;br /&gt;
&lt;br /&gt;
= Optimization =&lt;br /&gt;
&lt;br /&gt;
It isn&amp;#039;t necessary to add the ∟ symbol before list names:&lt;br /&gt;
&lt;br /&gt;
 :Select(∟X,∟Y)&lt;br /&gt;
 can be&lt;br /&gt;
 :Select(X,Y)&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; is thrown if there are no enabled Scatter or xyLine plots for the command to work with.&lt;br /&gt;
 &lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Plotn|Plot1(]], [[TI-BASIC:Plotn|Plot2(]], [[TI-BASIC:Plotn|Plot3(]]&lt;br /&gt;
* [[TI-BASIC:Input|Input]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>