Glacieri've heard over and over that CFOUTPUT is faster than CFLOOP in most
cases. however, is it faster if your loop through a query and no output is
ever printed?
<cfloop query="myquery">
<cfif condition>
<cfset foobar = true>
<cfset mylist = ListAppend(mylist,myquery.var1)>
</cfif>
</cfloop>
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.