Modify ↓
Opened 18 years ago
Closed 17 years ago
#107 closed Feature Request (Rejected)
DllStructGetField
| Reported by: | sic_goat | Owned by: | |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | Severity: | None | |
| Keywords: | DllStruct | Cc: |
Description
Returns the field string used to reference an index of a dll structure. Not sure if this is possible, but it would save lots of energy creating arrays of strings when you want to dump the contents of very large structures.
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Milestone: | Future Release |
|---|---|
| Version: | 3.2.10.0 (Stable) |
comment:2 by , 17 years ago
| Resolution: | → Rejected |
|---|---|
| Severity: | → None |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.

I think I finally understand what's being requested and it only sounds useful for debugging. Also I can think of solutions which just parse the DllStructCreate() string to generate the necessary information.