Opened 15 years ago
Closed 15 years ago
#1490 closed Feature Request (Rejected)
Create a Dictionary UDF which creates a Scripting.Dictionary object
Reported by: | aemcasa@… | Owned by: | |
---|---|---|---|
Milestone: | Component: | AutoIt | |
Version: | Severity: | None | |
Keywords: | dictionary udf | Cc: |
Description
Dictionaries are a very common and useful type of data container. In this Trac database and in the AutoIt forums there descriptions of several ways in which dictionary objects can be created in AutoIt.
In particular in the issue #61 of this Trac database there is an explanation of how to use the Scripting.Dictionary class and the ObjCreate() function to create a Dictionary object.
While this is a good solution, which seems to work on all versions of windows, it suffers from the fact that it is not built into AutoIt. Thus I propose that a very simple Dictionary UDF should be created and added to the AutoIt standard library. This UDF would basically contain a single function, Dictionary(), which would return a Dictionary object. Additional helper functions could be added to simply tasks such as Dictionary to string conversion and viceversa, etc.
I would be willing to create this UDF library. I just need to know whether it would be acceptable to do so (assuming that it passes the required code and documentation quality).
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by TicketCleanup
- Version 3.3.4.0 deleted
comment:2 Changed 15 years ago by Valik
- Resolution set to Rejected
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Automatic ticket cleanup.