RE: [flexcoders] dataProvider row filtering / suppressing

2005-02-04 Thread Tracy Spratt
Message- From: Manish Jethani [mailto:[EMAIL PROTECTED] Sent: Thursday, February 03, 2005 4:34 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] dataProvider row filtering / suppressing goran187 wrote: I am trying to go through the rows of a dataProvider and make sure

Re: [flexcoders] dataProvider row filtering / suppressing

2005-02-03 Thread Manish Jethani
goran187 wrote: I am trying to go through the rows of a dataProvider and make sure there are no duplicate records. Do you know of an easy way to do this (maybe a built in function?) Use a hash table. AS2 objects are like hash tables. var uniqueItems = {}; for (var i:Number = 0; i