I remember asking myself the same question when I first got into lists.
There is no function for creating a list like there is for query or array.
AFAIK CF looks at whatever variable like a list.  Just set the field's value
to a CF variable like this.  It works perfectly for me.

<cfset myList = queryName.fieldName>

HTH,

~Val

----- Original Message -----
From: "Tony Gruen" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Tuesday, May 21, 2002 4:51 PM
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/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to