Modify

#445 closed Feature Request (Rejected)

SubStructure Support in Structure Tags

Reported by: amel27 Owned by:
Milestone: Component: AutoIt
Version: Severity: None
Keywords: DllStruct Cc:

Description

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

Attachments (0)

Change History (2)

comment:1 by Valik, on Jul 16, 2008 at 7:44:24 AM

Resolution: Rejected
Status: newclosed

There's no need to clutter the syntax further, it's hard enough as is. "Nested" structures can be done inline anyway so this doesn't really do much beyond make the syntax that much more obscure. Rejected.

comment:2 by TicketCleanup, on Jul 16, 2008 at 8:00:18 AM

Milestone: Future Release

Automatic ticket cleanup.

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.