macromedia.coldfusion.cfml_general_discussion
[Top] [All Lists]

replace() not working

Subject: replace() not working
From: "aKobrakai"
Date: Fri, 5 Dec 2008 15:16:17 +0000 UTC
Newsgroups: macromedia.coldfusion.cfml_general_discussion

I am using the following code, but am getting an output of ?. For some reason, 
the '&' symbol is being replaced, even though I am trying to replace chr(8230) 
which is a '?'. Does anyone know how this is happening?

 Thanks.



 replace("&",CHR(8230),"?","ALL")


<Prev in Thread] Current Thread [Next in Thread>