Forum Discussion
Oferv
15 years agoSuper Contributor
cool i ran the test over night for 3000 loops and it got stack at 7 (:-)).i guess that the advice with the return was working but,it's not exactly what i expected it to happen. what i wanted is that the moment it get to the windows where it stack it will break the for but will move on to the next for loop iteration and what it did is actually break the whole test.
does break does stop the whole for loop or it suppose to move on to the next for iteration?and if so what should i do in order to make it just move to the next for iteration.
Thanks for the support
does break does stop the whole for loop or it suppose to move on to the next for iteration?and if so what should i do in order to make it just move to the next for iteration.
Thanks for the support