-
1 Attachment(s)
creating a 'back' option
attached i have a small program which is a small sample of what i'm working on... this is a mobile phone interface (very simple, just text interface), and what i need is to be able to perform a back option to go to a previous menu...did you understand... i would appreciate all the help and try to keep is simple... thanks.
-
If your goal is to get as many folks here to read your code and help you, if program is small, you're far better off just posting the code directly to the forum. but having said that, please remember that when posting your code, please use code tags so that your code will retain its formatting and be readable.
To do this, you will need to paste already formatted code into the forum, highlight this code, and then press the "code" button at the top of the forum Message editor prior to posting the message. Another way is to place the tag [code] at the top of your block of code and the tag [/code] at the bottom, like so:
Code:
[code]
// your code block goes here.
// note the differences between the tag at the top vs the bottom.
[/code]
Good luck.
-
Looking at your code, I think that you want to create separate methods for your menus, and put the whole thing in a "master" while loop that only exits when the user decides to exit the app.