replacing the " character
Hi there
I'm wanting to replace the " character in a string as it is terminating the string value in the outputted string.
How would I go about this?
I'm trying: <%=(replace(strproductname, chr(22),""")%>
but this is the wrong syntax and I'm not sure how to do it.
Can anyone help?
thanks
Adam
|