Flex Dictionary Sorting -


I have the following dictionary in Flex, and I want to sort it by value. No resources found.

  '1' => 2, '0' = & gt; 1, '3' = & gt; 4 ..  

Any thoughts? How can I assume it?

Probably not the best way to do this but it works:

  var a: array = new array (); For each (var v: words in number) {a.push (v); } One type ();  

Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

jquery - SimpleModal Confirm fails to submit form -

php - Multiple Select with Explode: only returns the word "Array" -