﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3838	Bug with structure and dot-notation	Nine	Jon	"#include <WinAPIDiag.au3>

Local $tData = DllStructCreate(""ushort arr[8]"")
For $i = 1 to 8
  $tData.arr($i) = $i   ; not working
Next
_WinAPI_DisplayStruct($tData, ""ushort arr[8]"")

For $i = 1 to 8
  $tData.arr($i+0) = $i  ; working (works also with Int or Number functions or any calculation expression)
Next
_WinAPI_DisplayStruct($tData, ""ushort arr[8]"")"	Bug	assigned		AutoIt	3.3.14.5	None			
