Not as such, you can create a list simply by doing this... <cfset fooList = 1> <cfset y = ListAppend(fooList, "2", ",")> <cfoutput>#y#</cfoutput>
A 'list' is anything seperated by a delimiter such as a comma. Neil Clark Team Macromedia http://www.macromedia.com/go/team Announcing Macromedia MX!! http://www.macromedia.com/software/trial/. -----Original Message----- From: Tony Gruen [mailto:[EMAIL PROTECTED]] Sent: 21 May 2002 21:51 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. ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.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

