[Fixed] If / Loop / Break behavior

Report problems with documented functionality
Hacker
Posts: 11
Joined: 13 Apr 2015, 09:18

[Fixed] If / Loop / Break behavior

14 Apr 2015, 06:40

Hi all,
AHK Unicode x64 v1.1.21.03

Code: Select all

If (True)
	Loop, 1
		Loop, 1
			Break, 2
MsgBox, Why is this message not displayed?
As far as I understand Break, it should jump out of the two Loops and continue the If, which does not have any more lines, so the MsgBox should be shown.
Thank you for any comment.
lexikos
Posts: 9583
Joined: 30 Sep 2013, 04:07
Contact:

Re: If / Loop / Break behavior

01 May 2015, 02:21

Fixed in v1.1.22.00.
Hacker
Posts: 11
Joined: 13 Apr 2015, 09:18

Re: If / Loop / Break behavior

05 May 2015, 07:56

Confirmed fixed, thank you.

Return to “Bug Reports”

Who is online

Users browsing this forum: No registered users and 44 guests