#AutoIt3Wrapper_Au3Check_Parameters=-d -w 1 -w 2 -w 3 -w- 4 -w 5 -w 6 -w 7
#Tidy_Parameters=/sort_funcs /reel
_Example()
Func _Example()
Local $oErrorHandler = ObjEvent("AutoIt.Error", "_ErrFunc")
#forceref $oErrorHandler
Local $oXmlDoc = ObjCreate("Msxml2.DOMDocument.3.0")
$oXmlDoc.loadXml('<start></start>')
If @error Then MsgBox(0, '1. @error', @error)
If $oXmlDoc.parseError.errorCode Then MsgBox(0, '1. $oXmlDoc.parseEr