I have a FOR loop inside of a WHILE loop. If, during any iteration of the FOR loop, a certain condition is true, I'd like to set a flag that would tell the WHILE loop to execute again (after the FOR loop has completed). I've tried a number of CASE and SELECT techniques, but the flag value could change on subsequent iterations of said FOR loop. Should I be looking at shift registers? Local variables? Something else?
Regards,
emonk