VideoHelp Forum




+ Reply to Thread
Results 1 to 8 of 8
  1. Member
    Join Date
    Jul 2001
    Location
    Maryland
    Search Comp PM
    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>
    Quote Quote  
  2. 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>
    Quote Quote  
  3. 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
    Quote Quote  
  4. Member
    Join Date
    Jul 2001
    Location
    Maryland
    Search Comp PM
    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
    Quote Quote  
  5. who do you like anyway???
    Quote Quote  
  6. Member
    Join Date
    Jul 2001
    Location
    Maryland
    Search Comp PM
    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.
    Quote Quote  
  7. Member
    Join Date
    Jul 2001
    Location
    Maryland
    Search Comp PM
    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>
    Quote Quote  
  8. 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
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!