dOh :-), Thanks

-----Original Message-----
From: Kevin Schmidt [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 21, 2002 1:54 PM
To: CF-Talk
Subject: RE: Creating a list


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.






______________________________________________________________________
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