Alright, I'm working on a menu with lowercase lettering for my program.

Basically, when i launch the prog, I'd like the following.

1. Title one 5. If it fits
2. Title two 6. Also if it fits
3. so on 7. Back
4. so forth 8. Quit

I've written lower-case the following way
Text(25,0,"Text here")

I thought of writing each line as above, inputting a "pause" cmd after, then the actual menu with Lbls, so the number pressed on this screen would send you to the corresponding Lbl cmd.

Is that the best option?
Thanks!
Slightly confused, but only slightly. It seems like the menu is displayed twice, once in lowercase and again in the TI-Basic Menu command. Does this sound right? Please correct me if I am wrong.
You can use a Repeat or While loop to check for a key press after displaying the Text( lines, then close the loop and go to a Lbl (ick) outside the loop based on If statements and the value of the key pressed. That would be a far cleaner way.
  
Register to Join the Conversation
Have your own thoughts to add to this or any other topic? Want to ask a question, offer a suggestion, share your own programs and projects, upload a file to the file archives, get help with calculator and computer programming, or simply chat with like-minded coders and tech and calculator enthusiasts via the site-wide AJAX SAX widget? Registration for a free Cemetech account only takes a minute.

» Go to Registration page
Page 1 of 1
» All times are UTC - 5 Hours
 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Advertisement