Page 1 of 1

Bug in loop using procedures

Posted: 01 Feb 2017, 10:19
by Thulsa_Doom
When in a loop I use procedures the loop never ends

Image

In that example the first loop never ends and the text is never displayed

Re: Bug in loop using procedures

Posted: 01 Feb 2017, 16:51
by francois
There's a bug.

But if you put the procedures at the beginning of the script, it works.
Including if there are procedures that call procedures.

Re: Bug in loop using procedures

Posted: 19 Feb 2017, 15:08
by Thulsa_Doom
Hi, thanks for your repli

The procedure calls if that works, what doesn't work is the loop, if you put a number greater than 0 in count, it never ends.
test it yourself

Re: Bug in loop using procedures

Posted: 19 Feb 2017, 17:21
by francois
Due to the bug, I put the procedure at the beginning of your script.

Re: Bug in loop using procedures

Posted: 21 Feb 2017, 18:04
by Thulsa_Doom
Hi and Thanks, work fine
:D