RE: [flexcoders] Re: Gets arrange items in ArrayCollection?

2007-11-05 Thread Tracy Spratt
ArrayCollection.*source* returns the Array that the arrayCollection wraps. So you can call .slice on it. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Sunday, November 04, 2007 1:56 AM To: flexcoders@yahoogrou

RE: [flexcoders] Re: Gets arrange items in ArrayCollection?

2007-11-03 Thread Alex Harui
Arraycollection.source.slice() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Saturday, November 03, 2007 10:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Gets arrange items in ArrayCollection? Tha