<?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>Does this program need adjusting at all?</title>
		<link>http://tibasicdev.wikidot.com/forum/t-3567985/does-this-program-need-adjusting-at-all</link>
		<description>Posts in the discussion thread &quot;Does this program need adjusting at all?&quot; - →≠π</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 15 Sep 2026 12:12:32 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3567985#post-3587633</guid>
				<title>Re: Does this program need adjusting at all?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3567985/does-this-program-need-adjusting-at-all#post-3587633</link>
				<description></description>
				<pubDate>Fri, 08 Sep 2017 18:39:35 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>If K=25 O-7→O If K=34 O+7→O -could be- O-7(K=25)+7(K=34)-&gt;O</code></pre></div> <div class="code"> <pre><code>If O=7 real(13,1 Text(7,0,&quot;READ real(13,0 If O=14 real(13,1 Text(14,0,&quot;SEND real(13,0 If O=21 real(13,1 Text(21,0,&quot;SEARCH real(13,0 If O=28 real(13,1 Text(28,0,&quot;MEMORY real(13,0 If O=35 real(13,1 Text(35,0,&quot;REFRESH real(13,0 If O=42 real(13,1 Text(42,0,&quot;QUIT real(13,0 --could be -- (havent tested this, as i dont use celtic, but I think it will work) &quot;READ SEND SEARCH MEMORY REFRESHQUIT-&gt;Str1 //mind how many spaces there are. 3,3,1,1 real(13,1 Text(O,0,sub(Str1,O-6,7 real(13,0</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-3567985#post-3587632</guid>
				<title>Does this program need adjusting at all?</title>
				<link>http://tibasicdev.wikidot.com/forum/t-3567985/does-this-program-need-adjusting-at-all#post-3587632</link>
				<description></description>
				<pubDate>Fri, 08 Sep 2017 18:22:19 +0000</pubDate>
								<wikidot:authorUserId>3328517</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre><code>PROGRAM:IM Clear Entries ClrHome AxesOff ClrDraw ZStandard ZInteger If det([[1:Then Text(0,0,&quot;BOOT ERROR Horizontal 24 Text(8,0,&quot;PLEASE INSTALL CELTIC3. Pause ClrDraw ClrHome Return End &quot;?→Str1 &quot;?→Str2 0→M GetCalc(A e(A=∏)+∏(A≠π)→A &quot;?→Str4 Goto RS Lbl M real(13,1 Text(0,0,&quot;INSTANT MESSANGER v2.9 real(13,0 7→O If Str4≠&quot;?&quot; and (A=e) or (A=π):Then If (Str4=&quot;e&quot; and A=π) or (Str4=&quot;π&quot; and A=e):Then real(13,1 Text(50,1,&quot; NEW MESSAGE End real(13,0 If Str4=&quot;e&quot; and A=π:Then Text(57,0,&quot;TIME RECEIVED=&quot;,getTmStr(getTmFmt End If Str4=&quot;π&quot; and A=e:Then Text(57,0,&quot;TIME RECEIVED=&quot;,getTmStr(getTmFmt End End Repeat K=105 If O&lt;7 42→O If O&gt;47 7→O If O=7 real(13,1 Text(7,0,&quot;READ real(13,0 If O=14 real(13,1 Text(14,0,&quot;SEND real(13,0 If O=21 real(13,1 Text(21,0,&quot;SEARCH real(13,0 If O=28 real(13,1 Text(28,0,&quot;MEMORY real(13,0 If O=35 real(13,1 Text(35,0,&quot;REFRESH real(13,0 If O=42 real(13,1 Text(42,0,&quot;QUIT real(13,0 Repeat max(K={25,34,105 getKey→K If A≠π and A≠e Goto FF End If K=25 O-7→O If K=34 O+7→O End If O=7 Goto R If O=14 Goto S If O=21 Goto T If O=28 Goto MM If O=35 Goto RS If O=42 Goto Q Lbl RS If A=π:Then getCalc(Str1 If Str1≠&quot;? &quot;e→Str4 Else getCalc(Str2 If Str2≠&quot;? &quot;π→Str4 End Goto M Lbl R ClrDraw ClrHome If A=π:Then GetCalc(Str1 Str1 Else GetCalc(Str2 Str2 End Output(1,1,Ans Pause &quot;?→Str4 ClrHome:Goto M Lbl S ClrHome CLrDraw real(13,1 Disp &quot;INPUT MESSAGE:&quot; real(13,0 Input &quot;&quot;,Str3 If A=π:Then Str3→Str2 &quot;π→Str4 Else Str3→Str1 &quot;e→Str4 End ClrHome Goto M Lbl T CLrDraw 0→C 0→D real(13,1 Text(0,0,&quot;SEARCHING FOR PARTNER... real(13,0 //THIS CODE IS NOT FINISHED!!</code></pre></div> <br /> What can be adjusted? I want to post this to the program archives. <hr /> <p>Inspired from:<br /> TI|BD,OASIS</p> <h4><span>Special codes to remember:</span></h4> <p>~ det(4,1 = To find ROM storage left<br /> ~ det(4 = To find RAM storage left<br /> ~ real(13,1 =Text inverse (White on black)<br /> ~ real(13,0 =Text normal (Black on white)<br /> THESE ARE USEFUL!</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>