Tony,
This should work...
<cfset newlist = "">
<cfoutput query="YourQuery">
<cfset newlist = ListAppend(newlist, field, ",")>
</cfoutput>
v/r,
Jeff
-----Original Message-----
From: Tony Gruen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21, 2002 4:51 PM
To: CF-Talk
Subject: Creating a list
Is ListAppend used to create a new list? I am querying a db for one field.
This will return multiple values. I need to turn that return set into a list
for use elsewhere. Strange I have realized I have not had to create a list
like this before.
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists