<cfset variables.list = "item1,item2,item3,item4">
OR dynamically
<cfset variables.list = "">
<cfloop query="query">
<cfset variables.list = "#variables.list#,#query.value#">
</cfloop>
Paul Giesenhagen
QuillDesign
----- Original Message -----
From: "Tony Weeg" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 14, 2002 9:18 AM
Subject: list question
> duhhh....brain fart this morning
>
> how the heck do I make a new
> list? I can see fine how to append values
> to a list, but whats the first thing to do to
> make a new list?
>
> ..tony
>
> Tony Weeg
> Senior Web Developer
> Information System Design
> Navtrak, Inc.
> Fleet Management Solutions
> www.navtrak.net
> 410.548.2337
>
>
______________________________________________________________________
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