﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
838	Better COM error handling.	PsaltyDS	Valik	"Ref: Forum post 649304[http://www.autoitscript.com/forum/index.php?s=&showtopic=89906&view=findpost&p=649304]

Request a standard and universally declared variable be included in the AutoIt environment (like $CmdLine and $CmdLineRaw) intended to hold the handle to the current COM Error Handler.  Something like $oCOMError or $AutoItCOMErr.

Different UDFs using different naming conventions for the handler, leading to conflicts in proper handling.  In the topic of the referenced post above, the error handlers for the _XMLDOMWrapper.au3 and IE.au3 UDFs collide.

If the AutoIt interpreter can cause something like $oAutoItCOMError to always reference the current error handler, like a ByRef, that would be great.

But if that is not feasible then perhaps just updating the documentation and putting the word out that every UDF should use the same variable name by convention would do it.
"	Feature Request	closed	3.3.7.19	AutoIt		None	Fixed		
