TI-83 Plus Programming?

Locked
KingManULTRA
Posts: 572
Joined: Sun Feb 27, 2005 9:04 pm

TI-83 Plus Programming?

Post by KingManULTRA »

What's the simplest way to get the calculator to display some text when I need it to do so?
User avatar
FragaGeddon
Posts: 3229
Joined: Sun Sep 17, 2000 7:00 am

Post by FragaGeddon »

55378008
[img]http://www.fragageddon.com/images/albums/userpics/10001/FragaGeddon.png[/img]
User avatar
duffman91
Posts: 1278
Joined: Thu Jan 25, 2001 8:00 am

Post by duffman91 »

bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

You can also do Output(y,x,text) if you want to control location. Damn....I miss coding up stuff in math class :tear:
User avatar
Survivor
Posts: 4202
Joined: Fri Dec 27, 2002 8:00 am

Post by Survivor »

Output(y,x,"text")
else it'll call the values from the letter matrix/archive instead of showing a word.
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

Survivor wrote:Output(y,x,"text")
else it'll call the values from the letter matrix/archive instead of showing a word.
I was giving it like a function prototype :p
KingManULTRA
Posts: 572
Joined: Sun Feb 27, 2005 9:04 pm

Post by KingManULTRA »

How do I get " on a TI-86?
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

KingManULTRA wrote:How do I get " on a TI-86?
You have to use the top function keys to sort through the list and pick it out. Its something like F1 then More a couple times and then F5. And I think its only in the context sensitive menu to the programming screen.

I had a couple friends who wanted me to program their 86s and I hated every minute of it. 83 was much easier.
KingManULTRA
Posts: 572
Joined: Sun Feb 27, 2005 9:04 pm

Post by KingManULTRA »

I can't find it in the menus. Here is what I have:

F1: Page Up
F2: Page Down
F3: I/O
F4: CTL
F5: INSc (arrow pointing right)

F5 is something called INSc with an arrow pointing to the right of it, but when I press F5 nothing happens.
bitWISE
Posts: 10704
Joined: Wed Dec 08, 1999 8:00 am

Post by bitWISE »

KingManULTRA wrote:I can't find it in the menus. Here is what I have:

F1: Page Up
F2: Page Down
F3: I/O
F4: CTL
F5: INSc (arrow pointing right)

F5 is something called INSc with an arrow pointing to the right of it, but when I press F5 nothing happens.
Try pushing MORE which is near the arrow keys. Might try F1 or F2. Its been like 10 years so I barely remember.
Locked