In a Do Loop, if I want to skip to the end of the loop somewhere inside the Loop (i.e. skip everything else in the loop and go back to loop over again, how do I do this?
I do not want to exit the loop, I mearly have a condition at the beginning of a loop that checks for shading and I want to repeat the loop if it is a specific color.
Thanks,
-cmeier7
I do not want to exit the loop, I mearly have a condition at the beginning of a loop that checks for shading and I want to repeat the loop if it is a specific color.
Thanks,
-cmeier7