On 11/14/2013 12:28 PM, Deepak MS wrote:
Looks like you are passing ac.source to your backend?
not specifically, passing the ac to remote cf function. underneath i think remoting is just sending the source array.
��� ��� ��� var filteredArray:Array = ObjectUtil.copy(yourAC.toArray()) as Array;
thanks i'll benchmark against a simple loop & add--these are small collections <150 elements.
