3 solutions (including one of your own original ones) work for replacing #'s. maybe you should take a closer look at the contents of foo?
-----Original Message----- From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Sunday, November 12, 2006 9:36 PM To: CF-Talk Subject: RE: How to strip a # Assuming the Chr(35) is correct for a "#", how about this... <cfset foo = replace(bar, "#Chr(35)#", "", "all"/> -----Original Message----- From: John Cox [mailto:[EMAIL PROTECTED] Sent: Sunday, November 12, 2006 8:13 PM To: CF-Talk Subject: Re: How to strip a # On 11/12/06, Snake <[EMAIL PROTECTED]> wrote: > > Try this > <cfset foo = replace(bar, chr(35), "", "all") /> hmm, that doesn't work either, seems like it should though. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:260141 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

