Omnimaga

Calculator Community => TI Calculators => TI-BASIC => Topic started by: Munchor on October 16, 2010, 10:18:54 am

Title: N-Spire programming
Post by: Munchor on October 16, 2010, 10:18:54 am
Hello everybody, I know a little bit of ti_basic, so for example:

Code: [Select]
«
disp ("hello world")

This is really basic, but it's just an example...

In ti-84 I would go to "Prog" and make a "new" and then:

Code: [Select]
ClrHome
Disp("hello world")

How do i do that in the nspire?
And save it as a program that runs the "hello world" command?



Thanks in advance!
Title: Re: N-Spire programming
Post by: Snake X on October 16, 2010, 10:22:10 am
Code: [Select]
Prgm
Disp "hello world"
EndPrgm

oh also to get to the program editor just creat a new document, pess doc, insert (4), program editor (9), new program (1)
then once you got that typed in hit ctrl+b to store it then you can open a new page and select calculator and run it by typing in <name>()
then to save the actual program just press the doc key again, go to file, and click save.

hope that helps! :)
Title: Re: N-Spire programming
Post by: Silver Shadow on October 16, 2010, 11:02:36 am
^ That is one long sentence... :P
Title: Re: N-Spire programming
Post by: Munchor on October 16, 2010, 11:41:38 am
^ That is one long sentence... :P

One long useful sentence!!!!
I've made a plus, minus, multiply and divide calculator =P
Title: Re: N-Spire programming
Post by: fb39ca4 on October 16, 2010, 01:40:16 pm
Have you looked at Ndless yet?
Title: Re: N-Spire programming
Post by: DJ Omnimaga on October 16, 2010, 02:46:48 pm
Have you looked at Ndless yet?
Also, not to be rude, but N-Spire is the wrong spelling, and looks weird. Use Nspire instead.
You need to be careful with that kind of comment. We don't want to make new member feel unwelcome and scare them away.
Title: Re: N-Spire programming
Post by: Munchor on October 16, 2010, 03:28:47 pm
Have you looked at Ndless yet?
Also, not to be rude, but N-Spire is the wrong spelling, and looks weird. Use Nspire instead.
You need to be careful with that kind of comment. We don't want to make new member feel unwelcome and scare them away. This isn't UTI/TIBD

:O loool
Title: Re: N-Spire programming
Post by: qazz42 on October 16, 2010, 09:47:23 pm
Have you looked at Ndless yet?
Also, not to be rude, but N-Spire is the wrong spelling, and looks weird. Use Nspire instead.
You need to be careful with that kind of comment. We don't want to make new member feel unwelcome and scare them away. This isn't UTI/TIBD

nah, I think he was being polite :D

and btw, do you know 84 basic? I am going to say nspire basic is pretty limited, so you will get a challenge out of making 1337 programs which is pretty good for the brain, good luck :)
Title: Re: N-Spire programming
Post by: fb39ca4 on October 16, 2010, 10:04:23 pm
Yeah, a minesweeper in Nspire basic I was making before Ndless came out needed to use parametric graphs to display numbers on the field. I never really did understand how Nelson got those 3d things to work.  ???
Title: Re: N-Spire programming
Post by: DJ Omnimaga on October 16, 2010, 11:17:57 pm
Have you looked at Ndless yet?
Also, not to be rude, but N-Spire is the wrong spelling, and looks weird. Use Nspire instead.
You need to be careful with that kind of comment. We don't want to make new member feel unwelcome and scare them away. This isn't UTI/TIBD

nah, I think he was being polite :D
Yeah Idk, I just feel that grammar comments or the like are a bit out of place towards new forum members. I was in bad mood and my reference to UTI/TIBD was a bit out of place, though, so I apologise for that. Maybe grammar comments and the like might not sound that bad to some people, but I noticed on other forums and even the old Omni board, some people who got them left completly, which is not good for the community, especially if they start happening too often.
Title: Re: N-Spire programming
Post by: qazz42 on October 17, 2010, 11:18:01 am
Well, I would say that calling it an N-Spire kind of made me feel *off* too...
Title: Re: N-Spire programming
Post by: Munchor on October 17, 2010, 11:52:09 am
Yeah, a minesweeper in Nspire basic I was making before Ndless came out needed to use parametric graphs to display numbers on the field. I never really did understand how Nelson got those 3d things to work.  ???

I want a minesweeper Nspire so much :(
Title: Re: N-Spire programming
Post by: apcalc on October 17, 2010, 11:54:14 am
I was actually working on Minesweeper in C for the Nspire, but I have not touched it in a while.  Maybe I should go back and work on it again. ;)

Also, you could just use calc84's emulator for the gameboy version of minesweeper.
Title: Re: N-Spire programming
Post by: DJ Omnimaga on October 18, 2010, 12:29:30 am
I hope you finish it apcalc x.x

There's a GB version of Minesweeper? I thought that game was only for computers?
Title: Re: N-Spire programming
Post by: JosJuice on October 18, 2010, 10:49:27 am
There is a GB version. I've seen a few TASes of it.
Title: Re: N-Spire programming
Post by: DJ Omnimaga on October 18, 2010, 01:28:17 pm
Ah nice, I learn stuff every few hours ;D