atom feed11 messages in com.googlegroups.mongodb-userRe: ActionScript 3 Driver Help
FromSent OnAttachments
Omar GonzalezMay 26, 2011 9:32 pm 
Kyle BankerMay 26, 2011 11:59 pm 
NatMay 27, 2011 12:36 am 
Omar GonzalezMay 27, 2011 12:54 am 
Omar GonzalezMay 27, 2011 12:56 am 
NatMay 27, 2011 1:01 am 
Omar GonzalezMay 27, 2011 1:10 am 
Omar GonzalezMay 27, 2011 1:14 am 
NatMay 27, 2011 1:19 am 
Omar GonzalezMay 27, 2011 1:27 am 
Omar GonzalezMay 27, 2011 1:48 am 
Subject:Re: ActionScript 3 Driver Help
From:Nat ("nat@gmail.com)
Date:May 27, 2011 1:01:10 am
List:com.googlegroups.mongodb-user

That's why I attached the link:

Previously, with ActionScript 2 when you used an Object as a key/value map you could always iterate over the values in a predictable order using the for...in loop construct. In ActionScript 3 there is no longer a guarantee as to the order that properties of dynamic objects like Object and Dictionary will be returned. If a developer requires a predictable order for iteration then a custom collection class must be created. Below is one example of a class that provides this functionality.