﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
445	SubStructure Support in Structure Tags	amel27		"If possible, about this sample:
{{{
$tag = ""int val1;{int val1;int val2} stru1[5];int val2""
$t = DllStructCreate($tag)

$tStru1 = DllStructGetData($t, ""stru1"", 1) ; Return first structure from array with cloning Data and Tag
$iStru1_Val1 = DllStructGetData($tStru1, ""val1"") ; Return first element in nested structure
}}}
"	Feature Request	closed		AutoIt		None	Rejected	DllStruct	
