<?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%3AString_Equ</id>
	<title>TI-BASIC:String Equ - 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%3AString_Equ"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:String_Equ&amp;action=history"/>
	<updated>2026-04-17T16:36:20Z</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:String_Equ&amp;diff=1160&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:String_Equ&amp;diff=1160&amp;oldid=prev"/>
		<updated>2016-02-24T18:37:45Z</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=STRINGEQU.GIF&lt;br /&gt;
|summary=Stores the contents of a string to an equation variable.&lt;br /&gt;
|syntax=String►Equ(&amp;#039;&amp;#039;string&amp;#039;&amp;#039;, &amp;#039;&amp;#039;equation&amp;#039;&amp;#039;&lt;br /&gt;
|location=This command is found only in the catalog. Press:&lt;br /&gt;
# 2nd CATALOG to access the catalog&lt;br /&gt;
# T to skip to commands starting with T&lt;br /&gt;
# Scroll up to String►Equ( and select it.&lt;br /&gt;
|compatibility=TI-83/84/+/SE&lt;br /&gt;
|size=2 bytes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
This command stores the contents of a string  to an equation variable (such as Y,,1,, or X,,1T,,). This command can, in theory, be used whenever you need to set any equation variable.&lt;br /&gt;
&lt;br /&gt;
In practice, however, this command is useless. This is because the [[TI-BASIC:Store|→]] (store) operation can be used for the same purpose:&lt;br /&gt;
&lt;br /&gt;
 :String►Equ(Str1,Y1&lt;br /&gt;
 can be&lt;br /&gt;
 :Str1→Y1&lt;br /&gt;
&lt;br /&gt;
This replacement is universal, takes the same time to run (because it actually uses the same routines), is more convenient to type since you don&amp;#039;t have to go through the command catalog, and is two bytes smaller. &lt;br /&gt;
&lt;br /&gt;
= Advanced =&lt;br /&gt;
&lt;br /&gt;
Unlike any normal use of the → (store) operation, this situation is different because it doesn&amp;#039;t modify [[TI-BASIC:Ans|Ans]]. For example:&lt;br /&gt;
&lt;br /&gt;
 :125&lt;br /&gt;
 :&amp;quot;sin(X→Y1&lt;br /&gt;
 :Disp Ans&lt;br /&gt;
&lt;br /&gt;
Because this use of → does not modify Ans, &amp;#039;125&amp;#039; will be displayed rather than &amp;#039;sin(X&amp;#039;. However, if we were to replace Y1 with Str1, then the → operation would work normally, and &amp;#039;sin(X&amp;#039; would be displayed.&lt;br /&gt;
&lt;br /&gt;
It&amp;#039;s also important to realize the difference between the String►Equ( command and the related Equ►String(. I mean, aside from the fact that the latter actually is useful. The main difference is that while Equ►String(&amp;#039;s arguments both have to be &amp;#039;&amp;#039;&amp;#039;variables&amp;#039;&amp;#039;&amp;#039;, String►Equ(&amp;#039;s first argument can either be a variable (Str0 through Str9), a constant string (e.g., &amp;quot;sin(X)&amp;quot;), or an expression that returns a string (e.g., sub(Str1,1,5)). This applies to the → operation as well.&lt;br /&gt;
&lt;br /&gt;
= Related Commands =&lt;br /&gt;
&lt;br /&gt;
* [[TI-BASIC:Equ►String(|Equ►String(]]&lt;br /&gt;
* [[TI-BASIC:Expr|Expr(]][[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>