Don't need to do that...as it's already a structure.  Just loop through it, ie:

for (x=1; x LTE queryName.recordcount; x=x+1) 
        queryName.columnName[x]

-----Original Message-----
From: Richard White [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 19, 2006 4:50 PM
To: CF-Talk
Subject: cfquery result

Hi, i hope this is a very simple question! but i want to be able to call a 
query but i want the result of the query to be stored in a structure format so 
that i can use in cfscript, the only examples i can find is if the result is 
used in a <cfoutput query"queryName"></cfoutput tags.

could someone possibly provide a simple example on how to store the result in a 
sturcture format so that i can use it in cfscript

thanks very much






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

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

Reply via email to