wow ur probably asking yourself how that fixed it huh : )

<cfset list = replace(list, ",", ", ", "ALL")>

----- Original Message -----
From: "Ewok" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, June 14, 2002 8:17 PM
Subject: Re: Comma space as list delimiter


> 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 : \
> > >
> > >
> > >
> >
> 
______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.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