Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Snake X on August 23, 2010, 09:14:15 pm

Title: nspire basic program not working
Post by: Snake X on August 23, 2010, 09:14:15 pm
yep. I would think this would execute no problem.. doesn't do a thing when i run it. Super simple
Code: [Select]
Define test()=
Prgm
Request "enter a number",a
a+3->a
Disp a
EndPrgm
Title: Re: nspire basic program not working
Post by: apcalc on August 23, 2010, 09:21:16 pm
Make sure you hit control+b in the program editor to store the program.  That is the only thing I can think of that is wrong  (I tested the code on my Nspire and it worked fine)
Title: Re: nspire basic program not working
Post by: Snake X on August 23, 2010, 09:44:46 pm
what does control+b do?
Title: Re: nspire basic program not working
Post by: bwang on August 23, 2010, 09:57:41 pm
It stores the program. The program won't work unless you do that.
Title: Re: nspire basic program not working
Post by: Snake X on August 23, 2010, 10:23:10 pm
that's.. quite.. fail. <troll>Then again, why wouldn't it.. its from ti.</troll>
Title: Re: nspire basic program not working
Post by: DJ Omnimaga on August 24, 2010, 02:19:47 am
I always have troubles remembering how to store programs on the Nspire. It's insane how hard they made things compared to the simple TI-83 and 85 series. Even the 89 is easier to use.
Title: Re: nspire basic program not working
Post by: bwang on August 24, 2010, 03:38:46 am
I always have troubles remembering how to store programs on the Nspire. It's insane how hard they made things compared to the simple TI-83 and 85 series. Even the 89 is easier to use.
This.
OS 2.x seems to be even worse than 1.7. TI is getting waaaay to feature happy (yet the important ones still aren't appearing).