﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3581	Dot notation with DllStruct fails if the variable is a constant	genius257		"The code below illustrates the problem
{{{
#AutoIt3Wrapper_Run_Au3Check=N
Global Const $tStruct = DllStructCreate(""BYTE a"")

Works()
Fails()

Func Works($tStruct = $tStruct)
    $tStruct.a = 1
EndFunc

Func Fails()
    $tStruct.a = 1
EndFunc
}}}

Output
{{{
""D:\Desktop\tmp.au3"" (12) : ==> Cannot assign values to constants.:
$tStruct.a = 1
^ ERROR
}}}"	Bug	closed		AutoIt	3.3.14.2	None	Wont Fix		
