https://bugs.winehq.org/show_bug.cgi?id=35744 --- Comment #10 from Robert Wilhelm <sloper42(a)yahoo.com> --- VBScript support for class default sub was added in https://source.winehq.org/git/wine.git/commitdiff/16fe2037fb2b3ddec1e6312b07... Now we run into this "properties with extra parameters" issue: 011c:fixme:vbscript:parser_error L"Property (name)\r\n if Not Quiet and not Properties.Exists (name) then\r\n Echo \"Get creating property \" & name\r\n Properties.Item (name) = \"\"\r\n end if\r\n\r\n Property = Properties.Item (name)\r\n End Property\r\n\r\n Public Propert"...: "syntax error" -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.