If you want to turn a column of a query into a list

<cfset NewList=ValueList(query.column [, delimiter ])>

If you want to create a blank List

<cfset newList="">

:)

If you want to add to the end of a list

<cfset newList=listAppend(newList,"Add this text","|")>

Jerry Johnson

>>> [EMAIL PROTECTED] 05/21/02 04:51PM >>>
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to