Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear All
Say I want to run a simple program that just offers 3 options always on the bottom of the screen (command line) that are : Red, Blue, Exit.
and the user can keep on clicking points and the programs responds with "Red" alert if the Red option was the last one pressed, and and alert "Blue" if the Blue option was the last one pressed, and the program will exit if the Keyword Exit is pressed.
Obviously the Init and GetKword have to be included inside a While, but i am having difficulty writing the proper structure.
Can you help please?
Solved! Go to Solution.