I'm trying to make a code that finds the first "0" value on an Array and places a number there.
I don't understand why this fills the entire array with the new value:
[attachment=0:1oge6q43][/attachment:1oge6q43]
Is the "Stop Loop" useless here? What can I do for an "For Each XY element" to stop?