> On 11/28/06, Max Carlson <max at openlaszlo.org> wrote: > > iterating over an array should be faster than for..in anyway. Not true in SWF at least. For...in puts all of the keys on the stack which is significantly faster. A