<?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%3AStore</id>
	<title>TI-BASIC:Store - 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%3AStore"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Store&amp;action=history"/>
	<updated>2026-04-17T08:00:28Z</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:Store&amp;diff=565&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:Store&amp;diff=565&amp;oldid=prev"/>
		<updated>2016-02-24T18:07:36Z</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=STORE.GIF&lt;br /&gt;
|summary=Stores a value to a variable.&lt;br /&gt;
|syntax=&amp;#039;&amp;#039;Value&amp;#039;&amp;#039;→&amp;#039;&amp;#039;Variable&amp;#039;&amp;#039;&lt;br /&gt;
|location=Press [STO►]&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=1 byte&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The → (store) command will store a number, variable, or expression to a variable, using the respective value(s) of the variable(s) at the time. When storing a value in a variable, you have the value on the left side of → and the variable that it will be stored to on the right side.&lt;br /&gt;
&lt;br /&gt;
 :1→X&lt;br /&gt;
            1&lt;br /&gt;
 &lt;br /&gt;
 :{1.3,5.7,9.11→ABC&lt;br /&gt;
            {1.3 5.7 9.11}&lt;br /&gt;
 &lt;br /&gt;
 :&amp;quot;HELLO WORLD→Str1&lt;br /&gt;
            &amp;quot;HELLO WORLD&amp;quot;&lt;br /&gt;
&lt;br /&gt;
= Advanced =&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s not easy to put a → symbol into a string, since &amp;quot;→→Str1 would produce a syntax error (and in general, when the calculator &amp;#039;sees&amp;#039; a → symbol, it assumes that the string is over, and interprets the symbol literally).&lt;br /&gt;
&lt;br /&gt;
However, you can use [[TI-BASIC:Equ►String(|Equ►String(]] (outside a program) to get the → or &amp;quot; symbols in a string:&lt;br /&gt;
&lt;br /&gt;
# Type them on the home screen and press [ENTER]&lt;br /&gt;
# Select 1:Quit when the &amp;#039;&amp;#039;&amp;#039;[[TI-BASIC:Errors#syntax|ERR:SYNTAX]]&amp;#039;&amp;#039;&amp;#039; comes up.&lt;br /&gt;
# Press [Y=] to go to the equation editor.&lt;br /&gt;
# Press [2nd] [ENTRY] to recall the symbols to Y,,1,,&lt;br /&gt;
# Now, use Equ►String(Y,,1,,,Str1) to store the symbols to a string.&lt;br /&gt;
&lt;br /&gt;
= Optimization =&lt;br /&gt;
&lt;br /&gt;
You can remove closing parentheses, braces, brackets, and quotes that are before a → command.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 :&amp;quot;Hello&amp;quot;→Str1&lt;br /&gt;
 can be&lt;br /&gt;
 :&amp;quot;Hello→Str1&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Delvar|DelVar]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>