When in a loop I use procedures the loop never ends
In that example the first loop never ends and the text is never displayed
Bug in loop using procedures
Re: Bug in loop using procedures
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.
But if you put the procedures at the beginning of the script, it works.
Including if there are procedures that call procedures.
-
- Posts: 4
- Joined: 01 Feb 2017, 00:10
Re: Bug in loop using procedures
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
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
- Attachments
-
- test.ascr
- (5.02 KiB) Downloaded 168 times
Re: Bug in loop using procedures
Due to the bug, I put the procedure at the beginning of your script.
- Attachments
-
- test.ascr
- (5.01 KiB) Downloaded 176 times
-
- Posts: 4
- Joined: 01 Feb 2017, 00:10
Re: Bug in loop using procedures
Hi and Thanks, work fine