What I meant to say is that I am applying a filter, not a sort to the arraycollection. Applying the filter results in a subset of the items being shown.
There is an internal property called localIndex that holds just the filtered items, but I am not sure if there is any way to access or manipulate this? --- In flexcoders@yahoogroups.com, "blc187" <[EMAIL PROTECTED]> wrote: > > Hi, > I have an arraycollection of about a dozen or so items. > I am applying a sort to that collection and I usually end up with > about 3-4 items after the sort is applied. > > Is there a way I can grab just the sorted subset of those 3-4 items > from that arraycollection? > If I clone the array or grab the source it includes the entire > collection instead of just the subset. >