Hello,
I tested something simple. I hava a 2D array. Going through its X axis, test variable here, and stop the loop in some cases.
So :
- For each X element in array
- test variable value at x, y
- if value == 0 => do something
- else => stop loop
[attachment=1:q1x0vq5p][/attachment:q1x0vq5p]
The system => stop loop action does not stop the iteration of the for each loop.
Am I missing something ? The stop action should prevent the iteration after it, no ?
Here's the capx : [attachment=0:q1x0vq5p][/attachment:q1x0vq5p]