Hello everyone, I am getting better and better at AutoIt but I am still at the newbie level lets say so I have to ask the following question: I am trying to implement some sort of error handling in my autoit script. I have seen on this forum that some people do it in that way: Declaring the error object: Global $oMyError = ObjEvent("AutoIt.Error","MyErrFunc") Having the error handling function: ; Com Error Handler Func MyErrFunc() $HexNumber = Hex($oMyError.Number, 8) $strMSG =