<?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>TInterval Doesn&#039;t Display</title>
		<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display</link>
		<description>Posts in the discussion thread &quot;TInterval Doesn&#039;t Display&quot; - Can&#039;t get TInterval output to display in program</description>
				<copyright></copyright>
		<lastBuildDate>Tue, 21 Apr 2026 07:21:14 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036761</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036761</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2018 05:10:56 +0000</pubDate>
				<wikidot:authorName>Trenly</wikidot:authorName>				<wikidot:authorUserId>1905506</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Some people put them for clarity, others put them because they use an IDE that automatically has them. I personally prefer it without them, as it makes using TokenIDE and SC3 easier</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036723</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036723</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2018 03:35:30 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oops, my mistake but I do want to know why we put colons before each line. I just take them out if I try the code on my calculator.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036718</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036718</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2018 03:24:24 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I just wrote that block you quoted today. It was not documented until after I posted &quot;Thanks!&quot; above. Check the <a href="http://tibasicdev.wikidot.com/system:recent-changes">Recent Edits</a> page. I'm glad that you learned something!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036709</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036709</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2018 03:08:13 +0000</pubDate>
				<wikidot:authorName>Deoxal</wikidot:authorName>				<wikidot:authorUserId>4178723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I checked the <a href="http://tibasicdev.wikidot.com/tinterval">TInterval page</a> and that is indeed the case.</p> <blockquote> <p>One thing to note about using TInterval in a program is that it will not display data if there are lines of code after it. Either the command is on the last line of code, or it will not display anything. The way to work around this is to display the lower and upper variables, as that is where TInterval stores the results.</p> </blockquote> <p>I really like this site, but I think we need to make the message to search for an issue more obvious when someone clicks the create new thread button. I only just noticed it now when I checked to see if there was such a message there.</p> <p>That being said, I did learned something today. So thanks Myles.</p> <p>It totally makes sense to ask on the forum if you don't know if a certain command or program exists though.</p> <p>P.S. Why do you guys put the semicolons at the beginning of each line? Of course you need them on the calculator to see where a new line starts, but that's not an issue here.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036652</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036652</link>
				<description></description>
				<pubDate>Thu, 25 Oct 2018 00:59:57 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That helps! Thank you so much!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036531</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036531</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 21:44:30 +0000</pubDate>
				<wikidot:authorName>kg583</wikidot:authorName>				<wikidot:authorUserId>2203149</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>It looks like any line of code after <tt>TInterval</tt> will keep it from displaying properly. Even a <tt>Pause</tt> won't do the trick (it just pauses with no display).</p> <p>One solution is to display the results via the Statistics variables; for TInterval (and I presume other intervals such as ZInterval), the bounds are stored to <tt>lower</tt> and <tt>upper</tt>, which are under the TEST column of [VARS][5] a.k.a. Statistics&#8230; at the very bottom. So</p> <div class="code"> <pre><code>:TInterval M,S,N,C :Disp lower,upper</code></pre></div> <p>would display the bounds of the interval.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036514</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036514</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 21:21:50 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I also wrote this test program real quick:</p> <div class="code"> <pre><code>TInterval M,S,N,C</code></pre></div> <p>Which does display the info. So it has to do with lines of code being after the TInterval command.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036506</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036506</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 20:57:30 +0000</pubDate>
								<wikidot:authorUserId>3338172</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Maybe because it will only display on the home screen when not running a program?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036479</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036479</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 20:28:09 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>No. Not until I finish it. The rest of the program has no bearing on this portion. The <tt>Goto</tt> takes the user back to the main menu, which works fine.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036478</guid>
				<title>Re: TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036478</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 20:27:02 +0000</pubDate>
				<wikidot:authorName>OneLetterShor</wikidot:authorName>				<wikidot:authorUserId>4737965</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Can we see the entire program?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-8206948#post-4036477</guid>
				<title>TInterval Doesn&#039;t Display</title>
				<link>http://tibasicdev.wikidot.com/forum/t-8206948/tinterval-doesn-t-display#post-4036477</link>
				<description></description>
				<pubDate>Wed, 24 Oct 2018 20:24:53 +0000</pubDate>
				<wikidot:authorName>Myles_Zadok</wikidot:authorName>				<wikidot:authorUserId>2935702</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have this code for my statistics class:</p> <div class="code"> <pre><code>:Lbl M :Disp &quot;CI&quot; :Input &quot;Mean=&quot;,M :Input &quot;Stnd. Dev=&quot;,S :Input &quot;Sample Size=&quot;,N :Input &quot;Confidence=&quot;,C :TInterval M,S,N,C :Goto ZZ</code></pre></div> <p>This is part of a larger program (hence the <tt>Lbl</tt> and <tt>Goto</tt> commands). The <tt>TInterval</tt> will not display any data because of the commands after it. I tried putting a <tt>Pause</tt> between the <tt>TInterval</tt> and the <tt>Goto</tt>, but that didn't solve the problem. Any suggestions?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>