|
A condition check inside the for statement won't work. There are too many different cases where the loop needs to be broken. I can't put all of that inside for().
Besides, some code needs to get executed before breaking out of the loop on each case.
Thanks for the help, though.
|