- Jan 15, 2000
- 7,052
- 0
- 0
I want my program to go back to the beginning of the loop if something happens, instead of going down and executing the rest of the instructions of the loop. How can i do this? THe "break" command will simply exit me from the loop, and using the "continue" command will just execute the rest of the code below.