<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>error while using the For( command on ti 84 plus</title>
		<link>http://tibasicdev.wikidot.com/forum/t-8505866/error-while-using-the-for-command-on-ti-84-plus</link>
		<description>Posts in the discussion thread &quot;error while using the For( command on ti 84 plus&quot; - i keep getting an invalid dim error in this piece of code and i cant figure out why, please help</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 07 Mar 2026 12:31:08 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8505866#post-4053401</guid>
				<title>Re: error while using the For( command on ti 84 plus</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8505866/error-while-using-the-for-command-on-ti-84-plus#post-4053401</link>
				<description></description>
				<pubDate>Thu, 08 Nov 2018 14:48:53 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Your code:</p> <div class="code"> <pre><code>:For(A,dim(⸤SX)-1,0,-1 :⸤SX(A)→⸤SX(A+1 :End</code></pre></div> <br /> At the beginning, the For() starts at the dim of the list. But then, it ends at 0, which is not an list element.<br /> <tt><br /> :For(A,<strong>dim(⸤SX)-1</strong>,<span style="color: red">0</span>,-1<br /> :⸤SX(A)→⸤SX(A+1<br /> :End</tt><br /> If this is a high score list, I suggest you do this: <div class="code"> <pre><code>6→dim(⸤SX S→⸤SX(dim(⸤SX SortD(⸤SX 5→dim(⸤SX</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8505866#post-4053242</guid>
				<title>error while using the For( command on ti 84 plus</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8505866/error-while-using-the-for-command-on-ti-84-plus#post-4053242</link>
				<description></description>
				<pubDate>Thu, 08 Nov 2018 11:06:41 +0000</pubDate>
				<wikidot:authorName>Stupid-O</wikidot:authorName>				<wikidot:authorUserId>4860991</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I keep getting an invalid dim error in this piece of code:</p> <p>:For(A,dim(<sub>L</sub>SX)-1,0,-1<br /> :<sub>L</sub>SX(A)-&gt;<sub>L</sub>SX(A+1)<br /> :End</p> <p>dim(<sub>L</sub>SX) is 5<br /> the error sends me to the A in <sub>L</sub>SX(A)<br /> can someone explain this?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>