Add Key Value Pair Data Type for easier Dictionary iteration
Currently to iterate a dictionary with unknown keys (think generic function), I need to get a list of keys, then iterate that list to get the associated value. I have to do this as I have no guarantee of the order of keys and value from each values's list call, so I cannot guarantee those indices...
STATUS DETAILS
Needs Votes
Dictionary of Records
It would be great if we could create a Dictionary with Record types. For example Dictionary of [Integer, Record Customer] Dictionary of [Code[20], Record Customer] Dictionary of [Record Customer, Integer] It would allow us to create certain relations to records that we may need for further proce...
STATUS DETAILS
Needs Votes