RE: [flexcoders] arraycollection contains() method

2007-10-02 Thread Alex Harui
oders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of freska Sent: Monday, October 01, 2007 11:29 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] arraycollection contains() method Hi there, I want to compare two arraycollection and take the different items out. I tried using contains() meth

[flexcoders] arraycollection contains() method

2007-10-02 Thread freska
Hi there, I want to compare two arraycollection and take the different items out. I tried using contains() method to check if the first item of arraycollection arrayControl is in arraycollection arrayColPref, but it just doesn't work. I mean, it is supposed to say "True" instead of "False". So, her