| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|||
|
Return to Menu
I'm creating a program that displays geometry formulas and it has a menu. how do i program it so that after i view a selection from the menu, it returns to the menu?
|
|
|||
|
It would take less space to start a 'While' loop, like this:
While Z Menu("Stuff goes here") Lbl A Disp "Stuff" End //here's where you go to the top Lbl B Disp "Stuff" End //same here Lbl EE //this one ends the loop 0->Z End EDIT: After viewing the code, i decided it might not work... you'll have to test the part that ends the loop to make sure it goes to the right "End", e.g. The program could go from Lbl EE to End, and then when it checks (and terminates) the loop it'll go to the first end instead of the last one it was at... it might not, too... you could also look up "TI-BASIC subroutines" online for more ideas. Last edited by zilchonum : July 3rd, 2008 at 02:03 PM. Reason: Could be an error... |
![]() |
| Viewing: Dev Hardware Forums > SOFTWARE > TI 83/84 > Return to Menu |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|