For example i have an ArrayCollection, and i want to find persons with telephone begines with "944" how can i do this?
<mx:ArrayCollection id="arrColl" >
<mx:source>
<mx:Array>
<mx:Object telephone="944768" subscriber="Smith P.T."/>
<mx:Object telephone="944999" subscriber="Peterson Q.T."/>
</mx:Array>
</mx:source>
</mx:ArrayCollection>