I've made a little test with a new project:
[attachment=0:3owajqu9][/attachment:3owajqu9]
the "inc" variable should stop at 9 but it continues to be incremented by 1.
What's wrong here ?
Interesting. I see the same result. The loop sub-event seems to get evaluated independently of the parent loop completion. So the increment is forever, in this test. Seems like a bug to be logged.