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:260136
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to