<?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"
	>
<channel>
	<title>Comments on: ArrayDeleteAt Gotcha</title>
	<atom:link href="http://awads.net/wp/2005/06/20/arraydeleteat-gotcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://awads.net/wp/2005/06/20/arraydeleteat-gotcha/</link>
	<description>News, views, tips and tricks on Oracle and other fun stuff</description>
	<pubDate>Tue, 07 Oct 2008 06:29:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: Eddie</title>
		<link>http://awads.net/wp/2005/06/20/arraydeleteat-gotcha/#comment-6</link>
		<dc:creator>Eddie</dc:creator>
		<pubDate>Thu, 23 Jun 2005 20:04:23 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=26#comment-6</guid>
		<description>Great tip Martin. Thanks.</description>
		<content:encoded><![CDATA[<p>Great tip Martin. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://awads.net/wp/2005/06/20/arraydeleteat-gotcha/#comment-4</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Thu, 23 Jun 2005 19:02:27 +0000</pubDate>
		<guid isPermaLink="false">http://awads.net/wp/?p=26#comment-4</guid>
		<description>That's why you should always loop backwards when performing deletes in an array:

&#60;cfloop from="#ArrayLen(myArray)#" to="1" step="-1" index="i"&#62;
&#60;cfset arrayDeleteAt(myArray,5)&#62;
&#60;/cfloop&#62;</description>
		<content:encoded><![CDATA[<p>That&#8217;s why you should always loop backwards when performing deletes in an array:</p>
<p>&lt;cfloop from=&#8221;#ArrayLen(myArray)#&#8221; to=&#8221;1&#8243; step=&#8221;-1&#8243; index=&#8221;i&#8221;&gt;<br />
&lt;cfset arrayDeleteAt(myArray,5)&gt;<br />
&lt;/cfloop&gt;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
