<?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>program it!!!</title>
		<link>http://tibasicdev.wikidot.com/forum/t-113796/program-it</link>
		<description>Posts in the discussion thread &quot;program it!!!&quot; - How?!?</description>
				<copyright></copyright>
		<lastBuildDate>Sat, 07 Mar 2026 12:26:02 +0000</lastBuildDate>
		
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-113796#post-355672</guid>
				<title>Re: program it!!!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-113796/program-it#post-355672</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 21:47:41 +0000</pubDate>
				<wikidot:authorName>Brainiac</wikidot:authorName>				<wikidot:authorUserId>92538</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Actually, I wasn't expecting a response so fast. So for that, thanks. And I just found my manual which then reffered me to the guidebook (online or on the original disk). It says nothing for the use of the getMode() command but does touch on the setMode() command and it's syntax. Unfourtunatly, it also has a note saying mode changes made within a program (or function) only affect that witch is within the program (or function) and do not persist outside of it. So the getMode() command remains a mystery but at least the setMode() command has been defined. Too bad it doesn't do what I need. Hopefully others can still benefit from this. Thanks again.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-113796#post-355309</guid>
				<title>Re: program it!!!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-113796/program-it#post-355309</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 14:44:20 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Sorry for taking long to respond.</p> <p>I don't actually know what happens for I have never dealt with those commands before, but I can guess.</p> <p>Apparently, getMode(<em>n</em>) will find what mode a calculator is with section <em>n</em>. So, section 2 is angle mode. Therefore, the output is either the words &quot;radian&quot; or &quot;degree&quot;, or the output is either 1 or 2. With the first set of answers, there might not be a lot you can do. With the second set, you can use the numbers in conditions. So, <tt>If getMode(2)=1 Disp &quot;Radian&quot;</tt>.</p> When I get the chance, I'll look it up in the manual.<br /> <a href="http://tarm.wikidot.com"><img src="http://tarm.wdfiles.com/local--files/start/tarmsig.png" style="border-top:1px solid #777; padding-top:3px;margin-top:1em;" alt="tarmsig.png" class="image" /></a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-113796#post-354953</guid>
				<title>Re: program it!!!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-113796/program-it#post-354953</link>
				<description></description>
				<pubDate>Tue, 13 Jan 2009 04:47:59 +0000</pubDate>
				<wikidot:authorName>Brainiac</wikidot:authorName>				<wikidot:authorUserId>92538</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I'm in a Pre-calc class so I find myself swtching between Radians and Degrees a lot so I'm trying to create a simple program for my Nspire that will detect what mode the document is in (using the getMode() command) and I understand what parameters to use but after that I don't know how to use that information to tell the calculator what to do. I use getMode(2) (meaning angle within the mode menu) and I can use setMode(2,1) (to set it for radians) or setMode(2,2) (for degrees) but I don't know how to access the results from the getMode(2) query. Any help would be greatly appreciated! Please reply if you need any clarification. (You probably will. Lol.) Thanks!</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-113796#post-337272</guid>
				<title>Re: program it!!!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-113796/program-it#post-337272</link>
				<description></description>
				<pubDate>Wed, 17 Dec 2008 17:04:49 +0000</pubDate>
				<wikidot:authorName>Timothy Foster</wikidot:authorName>				<wikidot:authorUserId>197988</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Check <a href="http://tibasicdev.wikidot.com/nspire">this out!!!</a></p> <p>I am already working on an Nspire section for TI|BD. All I need is time.</p> <hr /> <a href="http://tarm.wikidot.com"><img src="http://tarm.wdfiles.com/local--files/start/tarmsig.png" alt="tarmsig.png" class="image" /></a><a href="http://latindictionary.wikidot.com"><img src="http://latindictionary.wikidot.com/local--files/start/latinsig.png" alt="latinsig.png" class="image" /></a>
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://tibasicdev.wikidot.com/forum/t-113796#post-337213</guid>
				<title>program it!!!</title>
				<link>http://tibasicdev.wikidot.com/forum/t-113796/program-it#post-337213</link>
				<description></description>
				<pubDate>Wed, 17 Dec 2008 15:58:04 +0000</pubDate>
				<wikidot:authorName>jnesselr</wikidot:authorName>				<wikidot:authorUserId>142001</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Check <a href="http://www.ticalc.org/archives/news/articles/14/144/144359.html?p=0">this out!!!</a></p> <p>Ti-calc has opened up an archive for Ti-Nspire. And where are people going to find information on how to program the new inspire? Well of course, here!!!</p> <p>What do you think?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>