<?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: AS3: Removing duplicates from an array</title>
	<atom:link href="http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/</link>
	<description>since 2004!</description>
	<pubDate>Wed, 07 Jan 2009 03:18:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: chet</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3197</link>
		<dc:creator>chet</dc:creator>
		<pubDate>Sat, 20 Dec 2008 04:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3197</guid>
		<description>Wow, that is inline to the extreme. Nice work but it doesn't always have to be on one line :) (thanks for the function)</description>
		<content:encoded><![CDATA[<p>Wow, that is inline to the extreme. Nice work but it doesn&#8217;t always have to be on one line <img src='http://www.razorberry.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (thanks for the function)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saulo</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3194</link>
		<dc:creator>saulo</dc:creator>
		<pubDate>Mon, 15 Dec 2008 19:56:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3194</guid>
		<description>what about
var a:Array = ["1", "1", "3", "3"];
trace(a.filter(function(e, i, a) {
	return a.indexOf(e) == i;
}, this));
?</description>
		<content:encoded><![CDATA[<p>what about<br />
var a:Array = ["1", "1", "3", "3"];<br />
trace(a.filter(function(e, i, a) {<br />
	return a.indexOf(e) == i;<br />
}, this));<br />
?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vitaLee</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3191</link>
		<dc:creator>vitaLee</dc:creator>
		<pubDate>Thu, 04 Dec 2008 09:06:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3191</guid>
		<description>well, it's hell of a long line of code.</description>
		<content:encoded><![CDATA[<p>well, it&#8217;s hell of a long line of code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon B</title>
		<link>http://www.razorberry.com/blog/archives/2008/09/03/as3-removing-duplicates-from-an-array/comment-page-1/#comment-3181</link>
		<dc:creator>Simon B</dc:creator>
		<pubDate>Thu, 23 Oct 2008 03:33:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.razorberry.com/blog/?p=63#comment-3181</guid>
		<description>Thanks for the script! 

I've been trying all sorts of things to cut out duplicates, but I'm not a programmer so it's been taking me forever!

Simon.</description>
		<content:encoded><![CDATA[<p>Thanks for the script! </p>
<p>I&#8217;ve been trying all sorts of things to cut out duplicates, but I&#8217;m not a programmer so it&#8217;s been taking me forever!</p>
<p>Simon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
