Hello!
I'm a newbie in AutoIt and want to wrap some internal autoit functions like RegWrite() in way function will display MsgBox with of error happens.
I want to wrap because write error handler becomes really annoying when it comes to code, and I have to write the same code after every R...