continue in a double loop
#4

PHP Code:
for(new i10i++) 
    { 
        for(new 
g25g++)
            if(
vExample[g] == vArray[i])
                break; 
    } 
It will stop the second loop and skip an iteration in the first loop.
If you don't want re-loop the second iteration, your code have no-sence
Reply


Messages In This Thread
continue in a double loop - by Amads - 31.10.2017, 17:15
Re: continue in a double loop - by 10MIN - 31.10.2017, 17:32
Re: continue in a double loop - by OneDay - 31.10.2017, 18:35
Re: continue in a double loop - by Dayrion - 31.10.2017, 19:12

Forum Jump:


Users browsing this thread: 1 Guest(s)