<cfset foo = "hello##goodbye"> <!--- results in 'hello#goodbye' --->

<cfset bar = replace(foo, Chr(35), "", "all")>

<cfoutput>
        foo: #foo# <br />
        bar:  #bar#     
</cfoutput>

Works just fine

On 11/13/06, John Cox <[EMAIL PROTECTED]> wrote:
> Sorry, Rick, haven't tried this yet, got distracted on a different problem.
> Will let you know!
>
> On 11/13/06, Rick Faircloth <[EMAIL PROTECTED]> wrote:
> >
> > > <cfset foo =  replace(bar, Chr(35), "", "all">
> >
> >
> > Thought I'd venture out of always asking questions to possibly try to
> > offer an answer to someone.
> >
> > I'm not sure what the final solution was, however...
> >
> > Rick
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:260192
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