No, the second one will one less update event (I hope !).
I always disable auto-update before hand and then enable it afterwards
anyway though.
Tom
On 04/11/2013 11:46, mark goldin wrote:
Is the following code functionally identical:
target.removeAll();
for each (var item:* in source)
{
target.addItem(item);
}
and this:
target = new ArrayCollection(source.toArray());
Thanks
______________________________________________________________________
This email has been scanned by the Symantec Email Security.cloud service.
For more information please visit http://www.symanteccloud.com
______________________________________________________________________