Search code examples
menuti-basic

TI-84 Multiple Menu Program


So when you make a menu using the Menu() function, It goes:

Title
Option 1
Option 2
Option 3
Etc...

But almost every menu already on the calculator has multiple titles that you can choose from, then each with their own options. How would you program that in?

End product being:

Main Secondary Tertiary
1. Option 1
2. Option 2
3. Option 3
Etc...

Also, how could I make it so it has more than seven items? Thanks.


Solution

  • That is written in TI assembly, which is completely different from TI BASIC. Maybe one of the new TI programming languages such as Axe might be able to do it. Im not sure since I didnt have the new programming languages when I programmed for calculators