﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2822	object('item')('item') syntax support	anonymous	Jpm	"In beta 3.3.13.13 i execute this code without any errors.
But AU3Check find here error:Statement cannot be just an expression.

Here the code

{{{
$work = ObjCreate('scripting.dictionary')
$work.add('data', ObjCreate('scripting.dictionary'))

$work('data')('user') = @UserName ;error here


;use some data
ConsoleWrite($work('data')('user') & @CRLF)
}}}

"	Bug	closed	3.3.15.1	Au3Check	3.3.13.13	None	Fixed		
