Lists don't require anything special to create. Just set a variable to an empty string and use the listappend function to additems to it.
<cfset newlist = ""> -----Original Message----- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 3: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

