﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
812	Addtion of structure like in C	winux38@…		"I read that you are not ready to add OOP concept in autoit and I agree with this but it is painful to define structured data array.
I am using a lot a structured array and the only way to get them is to define an enum with all the fields offset in the array and to define an array. This needs definition of a lot of constants which needs to be exported everywhere.
It would be better to define a struct and access directly members.

declaration:
Defstruct mystruct_t [ _
   field1, _
   field2, _
   field3 ]

instaciation:
Struct mystruct_t mystruct = [initfield1, initfield2 , initfield3]

access:
mystruct.field1 = data

I agree it is very C like but so easy to use.
"	Feature Request	closed		AutoIt		None	Rejected		
