Loop Pause/wait/stop for user input
Posted: Sun Nov 29, 2015 4:14 pm
I have an instance where I'm running a loop, but if a certain condition exists then I need the user to confirm information before the loop continues. I'd like to pause the loop and wait for a user response then either move to the next iteration or run through the current. The only thing I'm struggling with is stopping the loop to await user input. Does anyone know of a good tutorial or have any suggestions? I've tried looking for a stop and pause command but nothing I found seemed like it would be helpful. I also wasn't sure if I could use an if else statement to accomplish this.