View Single Post
Old 04-30-2003, 04:22 PM   #4 (permalink)
agh
Registered User
 
Join Date: Apr 2003
Posts: 30
agh is on a distinguished road
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.
agh is offline   Reply With Quote