<?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: Looping through an IViewCursor with a for-loop</title>
	<atom:link href="http://www.herrodius.com/blog/66/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/66</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Wed, 30 Nov 2011 09:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/66/comment-page-1#comment-13623</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Thu, 07 Aug 2008 13:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=66#comment-13623</guid>
		<description>Hi Howard, with a view cursor you have control over the way you loop through the collection. A for each loop might be bit faster though, haven&#039;t tested.</description>
		<content:encoded><![CDATA[<p>Hi Howard, with a view cursor you have control over the way you loop through the collection. A for each loop might be bit faster though, haven&#8217;t tested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Howard Fore</title>
		<link>http://www.herrodius.com/blog/66/comment-page-1#comment-13621</link>
		<dc:creator>Howard Fore</dc:creator>
		<pubDate>Thu, 07 Aug 2008 11:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/?p=66#comment-13621</guid>
		<description>What&#039;s the advantage of using an IViewCursor in the for loop instead of the for-each structure, like so:

for each (var myObject:Object in myCollection)
{
    trace(myObject)
}</description>
		<content:encoded><![CDATA[<p>What&#8217;s the advantage of using an IViewCursor in the for loop instead of the for-each structure, like so:</p>
<p>for each (var myObject:Object in myCollection)<br />
{<br />
    trace(myObject)<br />
}</p>
]]></content:encoded>
	</item>
</channel>
</rss>

