Loop in a loop
#1

pawn Код:
for(...)
{
   while(...)
   {
        continue;
   }

}
Will the "continue" continue the while loop? How do I continue the for loop?
Reply


Messages In This Thread
Loop in a loop - by wups - 07.11.2012, 15:58
Re: Loop in a loop - by Vince - 07.11.2012, 16:11
Re: Loop in a loop - by [KHK]Khalid - 07.11.2012, 21:24
Re: Loop in a loop - by Babul - 08.11.2012, 00:25

Forum Jump:


Users browsing this thread: 1 Guest(s)