I am looking to create an associative array. That is to say an Array that uses Key/Value Pairs instead of indexes. Alternatively, I would be just as happy to be able to create a Collection (as that has key/value pairs) BUT, it seems that there is no way to create these things... only ways to read th...