<?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%3ABasicbuilder_Delvar</id>
	<title>TI-BASIC:Basicbuilder Delvar - 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%3ABasicbuilder_Delvar"/>
	<link rel="alternate" type="text/html" href="http://learn.cemetech.net/index.php?title=TI-BASIC:Basicbuilder_Delvar&amp;action=history"/>
	<updated>2026-05-30T22:15: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:Basicbuilder_Delvar&amp;diff=602&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:Basicbuilder_Delvar&amp;diff=602&amp;oldid=prev"/>
		<updated>2016-02-24T18:09:24Z</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;When you compile a [[TI-BASIC:Basicbuilder|Basicbuilder]] app, any [[TI-BASIC:Delvar|Delvar]] command will not delete the variable.  But, there is a way to delete the variable using two assembly programs [*http://www.unitedti.org/index.php?download=228 celtic2] and [http://tibasicdev.wikidot.com/local--files/basicbuilder:delvar/Zrun Zrun].  First you have to specify all of your delvar commands in Str9 like:&lt;br /&gt;
&amp;gt; &amp;quot;Delvar ADelvar BDelvar C&amp;quot;→Str9&lt;br /&gt;
Now for the Code:  &lt;br /&gt;
&lt;br /&gt;
 &amp;quot;TEMP&amp;quot;→Str2&lt;br /&gt;
 &amp;quot;1234567890&amp;quot;→Str1&lt;br /&gt;
 1→A&lt;br /&gt;
 Repeat Str9≠&amp;quot;..P:NT:FN&amp;quot;&lt;br /&gt;
 Str2+(Str1,A,1)→Str0&lt;br /&gt;
 0→θ&lt;br /&gt;
 asm(prgmCELTIC2&lt;br /&gt;
 A+1→A&lt;br /&gt;
 End&lt;br /&gt;
 1→θ&lt;br /&gt;
 asm(prgmCELTIC2&lt;br /&gt;
 asm(prgmZRUN[[Category:TI-BASIC]]&lt;br /&gt;
[[Category:TIBD]]&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>