Hi,
I'm trying to run this code :
strFileContents HTML.Replace(vb Lf, "<br>")
strFileContents HTML.Replace(vb CrLf, "<br>")
strFileContents HTML.Replace(vb Cr, "<br>")
It doesn't replace newline characters with <br>.
Does anyone know how I should do this?
Thanks,
Guy
I'm trying to run this code :
strFileContents HTML.Replace(vb Lf, "<br>")
strFileContents HTML.Replace(vb CrLf, "<br>")
strFileContents HTML.Replace(vb Cr, "<br>")
It doesn't replace newline characters with <br>.
Does anyone know how I should do this?
Thanks,
Guy
Comment