I encountered an issue with objects (method or properties) after update to AutoIt 3.3.12.0 today It throws an error when I try to compile a script due to a supposed syntax error:  ERROR: missing separator character after keyword.   As an example, here an extraction of Jos' Smtp Mailer that supports Html and attachments (Topic here: '?do=embed' frameborder='0' data-embedContent>>) on which you can test it: Local $objEmail = ObjCreate("CDO.Message") ... $objEmail.To = $s_ToAddress ; T