<?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: Will CFMX8 have cfcontinue?</title>
	<atom:link href="http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/</link>
	<description>development in a land far far away...</description>
	<pubDate>Thu, 24 Jul 2008 15:15:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: sharmo</title>
		<link>http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/#comment-12</link>
		<dc:creator>sharmo</dc:creator>
		<pubDate>Thu, 30 Nov 2006 02:14:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/#comment-12</guid>
		<description>&lt;p&gt;Ah yes Ryan that would work splendidly! Nice one!&lt;/p&gt;
&lt;code&gt;&lt;cfloop from="1" to="10" index="i"&gt;
   &lt;cftry&gt;
      &lt;cfif i EQ 5&gt;
         &lt;cfthrow type="continue"&gt;
      &lt;/cfif&gt;
      This number will never be 5: #i#
      &lt;cfcatch type="continue"&gt;&lt;!--- ignore ---&gt;&lt;/cfcatch&gt;
   &lt;/cftry&gt;
&lt;/cfloop&gt;&lt;/code&gt;
</description>
		<content:encoded><![CDATA[<p>Ah yes Ryan that would work splendidly! Nice one!</p>
<p><code><cfloop from="1" to="10" index="i"><br />
   <cftry><br />
      <cfif i EQ 5><br />
         <cfthrow type="continue"><br />
      </cfthrow></cfif><br />
      This number will never be 5: #i#<br />
      <cfcatch type="continue"><!--- ignore ---></cfcatch><br />
   </cftry><br />
</cfloop></code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Guill</title>
		<link>http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/#comment-11</link>
		<dc:creator>Ryan Guill</dc:creator>
		<pubDate>Wed, 29 Nov 2006 23:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/#comment-11</guid>
		<description>I find the solution that is in the first comment of this page: http://weblogs.macromedia.com/cantrell/archives/2003/08/living_without.cfm
a useful workaround in the meantime, but it is far from elegant.</description>
		<content:encoded><![CDATA[<p>I find the solution that is in the first comment of this page: <a href="http://weblogs.macromedia.com/cantrell/archives/2003/08/living_without.cfm" rel="nofollow">http://weblogs.macromedia.com/cantrell/archives/2003/08/living_without.cfm</a><br />
a useful workaround in the meantime, but it is far from elegant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Gonda</title>
		<link>http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/#comment-9</link>
		<dc:creator>Rob Gonda</dc:creator>
		<pubDate>Wed, 29 Nov 2006 04:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.chapter31.com/2006/11/29/will-cfmx8-have-cfcontinue/#comment-9</guid>
		<description>cfcontinue has not been implemented in the current release of Scorpio. I just added a request for enhancement (#65487) for it.

Cheers.</description>
		<content:encoded><![CDATA[<p>cfcontinue has not been implemented in the current release of Scorpio. I just added a request for enhancement (#65487) for it.</p>
<p>Cheers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
