<?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>TI-83 Clock</title>
		<link>http://tibasicdev.wikidot.com/forum/t-13452672/ti-83-clock</link>
		<description>Posts in the discussion thread &quot;TI-83 Clock&quot; - I am making a Clock for My Ti-83+ and can&#039;t  get it so it matches well with actual time (seconds mostly)</description>
				<copyright></copyright>
		<lastBuildDate>Wed, 11 Mar 2026 17:01:39 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-13452672#post-4698895</guid>
				<title>TI-83 Clock</title>
				<link>http://tibasicdev.wikidot.com/forum/t-13452672/ti-83-clock#post-4698895</link>
				<description></description>
				<pubDate>Wed, 24 Jun 2020 14:13:43 +0000</pubDate>
				<wikidot:authorName>CalcNerd</wikidot:authorName>				<wikidot:authorUserId>6321217</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am working on a clock program (Ti-83+) and can't get it to match an actual clock very well. I am using iPart( which could be the problem? This version of the code is roughly 12 seconds behind at 30 minutes and at an hour it is 8 seconds ahead. It does this consistently with the number that I am using right now. I am very open to anything that anyone might have!</p> <p>Code:</p> <div class="code"> <pre><code>:ClrHome :0→X :Prompt H,M // Hours and Minutes :ClrHome :Lbl 1 // I checked it for a memory leak and I think that it is ok :iPart(X/5.445809055→S // Number that I have come up with lots of testing :Output(4,7,&quot;: :Output(4,10,&quot;: :If H&gt;12 :Output(4,5,H :If H&lt;=12 :Then :Output(4,5,&quot;0 :Output(4,6,H :End :If M&gt;=10 :Output(4,8,M :If M&lt;10 :Then :Output(4,8,&quot;0 :Output(4,9,M :End :If S&gt;=10 :Output(4,11,S :If S&lt;10 :Then :Output(4,11,&quot;0 :Output(4,12,S :End :If S=60 :Then :0→S :ClrHome :0→X :M+1→M :End :If M=60 :Then :0→X :0→M :0→S :H+1→H :End :If H&gt;=24 :Then :1→H :0→M :0→S :ClrHome :End :X+1→X :Goto 1</code></pre></div> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>