continue in a double loop
#1

PHP Code:
    for(new i10i++)
    {
        for(new 
g25g++) if(vExample[g] == vArray[i]) continue;
    } 
I want to skip an iteration in the first loop (i), not the second one, in which continue is used (g).
Don't quite know how to achieve it...
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)