trying to make sense out of some screwy logic that someone else did....

although I'm about ready to rewrite it with tags...

Charlie Griefer wrote:
> On Tue, Aug 26, 2008 at 10:45 AM, Scott Stewart <[EMAIL PROTECTED]>wrote:
>
>   
>> Is it possible to do a query output loop in cfscript using something
>> other than WriteOutput?
>>
>>     
>
> obvious question is... why? :)
>
> for (i=1; i lt queryname.recordcount; i=i+1) { // you can pretty that up a
> bit if you're on CF8
>      writeOutput(queryname.columnName[i] & "<br />");
> }
>
> why won't writeOutput work for you?  what are you trying to do that
> writeoutput isn't the solution?
>
>   

-- 
Scott Stewart
ColdFusion Developer

Office of Research Information Systems
Research &amp; Economic Development
University of North Carolina at Chapel Hill

Phone:(919)843-2408
Fax: (919)962-3600
Email: [EMAIL PROTECTED]



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:311609
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to