[flexcoders] Gets arrange items in ArrayCollection?

2007-11-03 Thread flexawesome
Hey there, Is there a way to get arrange items in ArrayCollection? ( like substr ) for example: var myData:ArryCollection it contents 10 *items* I can get entire list of myData, but I only need index 2 - 7, kick out 0,1,8,9,10. Cheers

RE: [flexcoders] Gets arrange items in ArrayCollection?

2007-11-03 Thread Alex Harui
source.slice(). See array.slice() for documentation. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Saturday, November 03, 2007 10:22 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Gets arrange items