It's fixed but wouldn;t ListChangeDelims be the same thing as using the comma space as the delimiter to start with???
this fixed it <cfset list = (list, ",", ", ", "ALL")> ----- Original Message ----- From: "Matthew Walker" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, June 14, 2002 7:13 PM Subject: Re: Comma space as list delimiter > Just create your list with commas, then use ListChangeDelims > > ----- Original Message ----- > From: "Ewok" <[EMAIL PROTECTED]> > To: "CF-Talk" <[EMAIL PROTECTED]> > Sent: Saturday, June 15, 2002 10:46 AM > Subject: Comma space as list delimiter > > > > quick one thats driving me nuts > > > > I've got a list of dates seperated by a comma and need to have it > seperated > > by a comma then a space > > I've tried setting ", " as the delimiter in my listappend statement with > no > > luck, so i went to the end of the append code then did a replace on the > list > > to try and get the "," replaced with ", " but it only replaces the first > > one. > > > > ...guess im not at one with the Tao : \ > > > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com 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

