Annoyances of Flex - Associative Array -


I have an associative array and through this array, using the foreach loop. Flex is losing the order

How is this happening? Itemprop = "text">

According to the specification, the values ​​of an associative array are not "orders".

If you need to get the value in a specific order, then you will need to sort the keys themselves.


Comments

Popular posts from this blog

iphone - How do I make a UIPickerView in a UIActionSheet -

java - Is there an object like a "Set" that can contain only unique string values, but also contain a count on the number of occurrences of the string value? -