I'm writting a program on a TI-89 that is a joke to let ppl guess who I Like.
here's the code I have so far":
:guess()
:Prgm
isp "who do I like"
isp "1=Sharee"
isp "2=Kathryn"
isp "3=jamie"
isp "4=Jennie"
:Prompt Choose
Now i want to make it so when u push one of the numbers, a message pops up n says something.
If someone would give me the code to do this, i'd be thankful. Just use X for text.
<font size=-1>[ This Message was edited by: Greg12 on 2001-12-06 15:48:01 ]</font>
+ Reply to Thread
Results 1 to 8 of 8
-
-
Try using the menu function
Menu("Make a selection","Name1",1,"Name2",2,"Name3",3,"Quit",4)
Lbl 1
Disp "blah"
Lbl 2
Disp "blah"
Lbl 3
Disp "blah"
Lbl 4
End
<font size=-1>[ This Message was edited by: TPW on 2001-12-06 15:58:57 ]</font> -
if u didn't want to do the menu u could always store the name as a charecter, this is in addition to your menu:i.e.
input w
if w=1
disp "sharon"....
etc etc
also check the manula for correct if-then else calling
enjoy
Sipacu -
Is their like a website with a full list of TI-89 Basic programming language.
It's not in the manual that came with the calc -
The first methoid did not work. It seems the calc's OS isn't reading the lbl command.
However the second worked.
THANK YOU SO MUCH. I have been on this all day with different code comibantions. -
3
i'll post the full program soon.
This will be invaluable as I return to work on "Greg's Chemistry Suite 2002 Version 1.0alpha"
<font size=-1>[ This Message was edited by: Greg12 on 2001-12-06 19:41:26 ]</font>
<font size=-1>[ This Message was edited by: Greg12 on 2001-12-06 19:42:29 ]</font> -
I program quite a bit on the TI series of calculators in the course of my job at the college.
Check out this web site, it's exactly what you're looking for:
http://www.ticalc.org
Similar Threads
-
Basic BD burning help please!!
By Aterlay in forum Authoring (Blu-ray)Replies: 10Last Post: 6th May 2012, 22:04 -
Need your help on some very basic video questions
By Booklet in forum Newbie / General discussionsReplies: 3Last Post: 6th Oct 2009, 12:12 -
Basic external HD help
By Dash1 in forum Newbie / General discussionsReplies: 9Last Post: 23rd May 2008, 18:41 -
Basic Conversion ?
By Dash1 in forum Newbie / General discussionsReplies: 0Last Post: 29th Feb 2008, 11:09 -
Basic requirement
By namya in forum Off topicReplies: 5Last Post: 3rd Aug 2007, 14:17