﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2363	Call with invalid proc regression	Jpm	Jon	"The following script was working with standard release
It does not work with Beta

{{{
Local $invalidProc =""DoesNotExist""
;~ Local $n
;~ $n=Call($invalidProc) ; to go around a bug
;~ ConsoleWrite('@@ Debug(' & @ScriptLineNumber & ') : $n = ' & $n & @CRLF & '>Error code: ' & @error & '    Extended code: 0x' & Hex(@extended) & @CRLF) ;### Debug Console
;~ 	CheckFuncRet(51, """", $n, 0, 0xDEAD, 0xBEEF, ""not exist"")
	CheckFuncRet(51, """", Call($invalidProc), 0, 0xDEAD, 0xBEEF, ""not exist"")

Func CheckFuncRet($n, $fonc, $var, $ok, $error, $extended, $com)
	MsgBox(262144,'Debug line ~' & @ScriptLineNumber,'Selection:' & @lf & '($Var = $ok)' & @lf & @lf & 'Return:' & @lf & ($Var = $ok) & @lf & @lf & '@Error:' & @lf & @Error & @lf & @lf & '@Extended:' & @lf & @Extended) ;### Debug MSGBOX
	Return ($Var = $ok)
EndFunc

}}}

If executed not Embedded it is ok"	Bug	closed	3.3.13.13	AutoIt	3.3.9.9	None	Fixed		
