﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2605	Macro @ScriptLineNumber returns incorrect line	Shanheavel		"{{{
If F() Then Exit @ScriptLineNumber

Func F()
Return True
EndFunc
}}}

It calls F function which returns true and backs to the first line, where calls Exit function with @ScriptLineNumber macro as a parameter. The exit code should be '1', not '3'.

The full thread is [http://www.autoitscript.com/forum/forum/2-general-help-and-support/ here]"	Bug	closed		AutoIt	3.3.10.2	None	Fixed	macro, ScriptLineNumber, @ScriptLineNumber	
