Hello,
I've got 3 nested loops: While-Case-While
If the user hits a front button, the case statement returns true and the inner while loop gets executed.
Now, what should I do to exit the inner while loop in case the user hits the same button again?
In other words, can I somehow "check" the same button in different loops?
Programm is attached, the loop in question is the very first one on the left!
Cheers,
Georg