<?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>Help plz</title>
		<link>http://tibasicdev.wikidot.com/forum/t-8062228/help-plz</link>
		<description>Posts in the discussion thread &quot;Help plz&quot; - I am trying to put this code in but it wont work it stops working at the bold part but could you also fix it for any future mistakes. Magikarpgm</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 07 Mar 2026 11:34:58 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8062228#post-4026118</guid>
				<title>Re: Help plz</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8062228/help-plz#post-4026118</link>
				<description></description>
				<pubDate>Tue, 16 Oct 2018 19:26:11 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Ah, that makes sense, I missed that since they used ⸤ elsewhere. However, my point about this being a subprogram still stands. Nice catch though.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8062228#post-4026100</guid>
				<title>Re: Help plz</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8062228/help-plz#post-4026100</link>
				<description></description>
				<pubDate>Tue, 16 Oct 2018 19:02:01 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That is actually supposed to be ⸤A. Not LA. It was a typo</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8062228#post-4026098</guid>
				<title>Re: Help plz</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8062228/help-plz#post-4026098</link>
				<description></description>
				<pubDate>Tue, 16 Oct 2018 18:57:53 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>// Means a comment. Unfortunately, TI-Basic does not support commments on the 84 series so it should be removed before running the code, but whoever wrote this is trying to indicate that there is a space after the string and not an empty string.</p> <p>The reason the program crashes is because <a href="http://tibasicdev.wikidot.com/max">max(</a> wants two arguments, or a single list. The following two lines are equivalent, and would crash the program since they both only give a single number to max(.</p> <div class="code"> <pre><code>max(LA max(L*A</code></pre></div> <p>I changed that line of code to be <strong>max(L,A</strong>, so it would not crash, but it seems that this is a subprogram because of the line of code below. E has not been set yet, so by default, E=0, which causes the program to never enter For and Repeat loops. If E is assumed to have been set to another value it would have to have been from the super program. Since I don't know what is in the super program I don't think I can help anymore.</p> <div style="clear:both; height: 0px; font-size: 1px"></div> <div class="code"> <pre><code>:For(A,1,E2</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8062228#post-4025770</guid>
				<title>Help plz</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8062228/help-plz#post-4025770</link>
				<description></description>
				<pubDate>Tue, 16 Oct 2018 12:56:15 +0000</pubDate>
				<wikidot:authorName>Magikarpgm</wikidot:authorName>				<wikidot:authorUserId>4749989</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>:26→K<br /> :1.1→B<br /> :{4Ans→A<br /> :ClrHome<br /> :For(A,1,E2<br /> :randInt(1,16)+.1randInt(1,8→C<br /> :Repeat C=Ans(1<br /> :A→dim(⌊A<br /> :⌊A(1<br /> :Output(10fPart(Ans),int(Ans),&quot;O<br /> :Output(10fPart(B),int(B),&quot; // 1 space<br /> :Output(10fPart(C),int(C),&quot;*<br /> :getKey<br /> :If Ans=45<br /> :Goto 0<br /> :If Ans=34 or 2&gt;abs(Ans-25<br /> :Ans→K<br /> :⌊A(A→B<br /> :⌊A(1)+(K=26)-(K=24)+.1((K=34)-(K=25<br /> <strong>:If max(LA=Ans</strong><br /> :Goto 0<br /> :Ans+16(not(int(Ans))-(17=int(Ans)))+.8(not(fPart(Ans))-(.9=fPart(Ans<br /> :augment({Ans},⌊A→A<br /> :End<br /> :augment(Ans,{Ans(A→A<br /> :End<br /> :Lbl 0<br /> :ClrHome<br /> :A</p> <p>(also this is on ti 84 plus also what do you mean by //1 space)</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>