This post originated from an RSS feed registered with Web Buzz
by Huw Collingbourne.
Original Post: Handling ActionScript Associative Arrays
Feed Title: SapphireSteel Software
Feed URL: http://www.sapphiresteel.com/spip.php?page=backend&id_rubrique=1
Feed Description: Discussion of Ruby, Flex and the Ruby In Steel and Amethyst/Flex IDEs for Visual Studio.
The new issue of Flash&Flex Developer's Magazine is now available. As you may know, I write a regular column called ActionScript in Action. This month I look at the mysteries of the associative arrays (Hashes) built into the Object class at the root of the ActionScript class hierarchy. Unlike Ruby, ActionScript does not provide a rich set of methods for manipulating associative arrays. In this month's article, I explain how you can easily write your own methods. The (...)