Hi
I have to remove # from a string in coldfusion ..but getting error .can u help me?
plzzzzz
<cfset narrative="nrr# tive">
<cfoutput>#Repl ace(narrative, '##',' ', 'ALL')#</cfoutput>
I have to remove # from a string in coldfusion ..but getting error .can u help me?
plzzzzz
<cfset narrative="nrr# tive">
<cfoutput>#Repl ace(narrative, '##',' ', 'ALL')#</cfoutput>
Comment