<?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: Changing Arrays Midstream</title>
	<atom:link href="http://jacksondunstan.com/articles/218/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/218</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 09:30:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/218/comment-page-1#comment-29</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=218#comment-29</guid>
		<description>Good tip! I&#039;ve seen some people do this, but usually avoid it myself as I prefer for-each and for-in loops. I will consider using this for performance-critical loops that remove elements. Thanks for commenting.</description>
		<content:encoded><![CDATA[<p>Good tip! I&#8217;ve seen some people do this, but usually avoid it myself as I prefer for-each and for-in loops. I will consider using this for performance-critical loops that remove elements. Thanks for commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Troy Gilbert</title>
		<link>http://jacksondunstan.com/articles/218/comment-page-1#comment-24</link>
		<dc:creator>Troy Gilbert</dc:creator>
		<pubDate>Wed, 16 Sep 2009 20:08:31 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=218#comment-24</guid>
		<description>Good work digging in. Though, in your first code snippet, I always just go through my arrays backwards to avoid having to do corrections on removals.</description>
		<content:encoded><![CDATA[<p>Good work digging in. Though, in your first code snippet, I always just go through my arrays backwards to avoid having to do corrections on removals.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

