|
|
On Dec 5, 3:16 pm, "aKobrakai" <webforumsu...@xxxxxxxxxxxxxx> wrote:
> 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")
http://www.cfquickdocs.com/cf8/?getDoc=Month#Replace
Look closely at the function definition (in above docs) and then at
the function as you wrote it...
Does it look correct???
|
|