﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
488	ObjGet() needs an instance parameter	Valik	trancexx	"[http://www.autoitscript.com/forum/index.php?s=&showtopic=77250&view=findpost&p=559611 Add instance parameter to ObjGet().]

Make the following test script work:
{{{
Local $nCount = 0
While True
    Local $obj = ObjGet("""", ""Excel.Application"", $nCount + 1)
    If @error Then ExitLoop
    $nCount += 1
WEnd
MsgBox(4096, """", $nCount "" Excel objects running."")
}}}"	Feature Request	closed	3.3.9.0	AutoIt		None	Completed		
