[Solved] Bug in recursive File-Loop with Until condition

Report problems with documented functionality
just me
Posts: 9490
Joined: 02 Oct 2013, 08:51
Location: Germany

[Solved] Bug in recursive File-Loop with Until condition

18 May 2014, 01:26

The bug was reported by Holle in the German forum here.

The file-loop won't be quitted if the condition is fulfilled after the loop has stepped into recursion.

Sample by HotKeyIt:

Code: Select all

Loop,C:\a*.*,0,1
{
   x+=1
   MsgBox % x "-" A_Index 
}until x>2 ; set the value to a number greater than the amount of files starting with 'a' on C:\
MsgBox % x]
Last edited by just me on 04 Jul 2014, 04:28, edited 1 time in total.
lexikos
Posts: 9621
Joined: 30 Sep 2013, 04:07
Contact:

Re: Bug in recursive File-Loop with Until condition

30 Jun 2014, 03:55

Thanks. v1.1.15.01 fixes it.
just me
Posts: 9490
Joined: 02 Oct 2013, 08:51
Location: Germany

Re: Bug in recursive File-Loop with Until condition

30 Jun 2014, 04:06

Thanks!

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 26 guests