<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Flex : How to remove Duplicates from an Array</title>
	<atom:link href="http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=flex-how-to-remove-duplicates-from-an-array</link>
	<description>Anuj @ Flex, ColdFusion and other RIA stuff....</description>
	<lastBuildDate>Wed, 08 Sep 2010 16:03:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Taniguchi, J.</title>
		<link>http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/comment-page-1/#comment-3590</link>
		<dc:creator>Taniguchi, J.</dc:creator>
		<pubDate>Sat, 06 Mar 2010 21:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/#comment-3590</guid>
		<description>I&#039;ve just trashed my filter class after seen your function... simple and effective!

Thanks for sharing!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve just trashed my filter class after seen your function&#8230; simple and effective!</p>
<p>Thanks for sharing!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deepak</title>
		<link>http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/comment-page-1/#comment-3466</link>
		<dc:creator>Deepak</dc:creator>
		<pubDate>Tue, 01 Dec 2009 06:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/#comment-3466</guid>
		<description>Its exactly what i m googling for. 
Thanks a lot</description>
		<content:encoded><![CDATA[<p>Its exactly what i m googling for.<br />
Thanks a lot</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mur4k</title>
		<link>http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/comment-page-1/#comment-3389</link>
		<dc:creator>Mur4k</dc:creator>
		<pubDate>Thu, 09 Jul 2009 08:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.anujgakhar.com/2008/01/07/flex-how-to-remove-duplicates-from-an-array/#comment-3389</guid>
		<description>var arr:Array = [1,3,2,22,1,4,5,6,4,3,5,6,2,3,4,1,4,6,4,10,3,10,&quot;a&quot;,&quot;a&quot;];
trace( arr.filter(function(e:*, i:int, a:Array):Boolean {return a.indexOf(e) == i;}) );</description>
		<content:encoded><![CDATA[<p>var arr:Array = [1,3,2,22,1,4,5,6,4,3,5,6,2,3,4,1,4,6,4,10,3,10,"a","a"];<br />
trace( arr.filter(function(e:*, i:int, a:Array):Boolean {return a.indexOf(e) == i;}) );</p>
]]></content:encoded>
	</item>
</channel>
</rss>
