or... <cfset session.EmailIDList = ValueList(getEmails.EmailIDList)>
One wonders if Macromedia realise they've written two different functions to preform the same action. ----- Original Message ----- From: "Jochem van Dieten" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Wednesday, August 14, 2002 9:47 PM Subject: Re: Problem building a comma separated list. > Adams, Stephen wrote: > > > > I am trying to build a comma separated list of ID number, something I have > > done many times before, but for some reason this code does not seem to be > > working. Here is my code: > > <cflock timeout="30" throwontimeout="No" type="EXCLUSIVE" scope="SESSION"> > <cfset session.EmailIDList = ArrayToList(getEmails["EmailIDList"])> > </cflock> > > Jochem > > ______________________________________________________________________ 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

