Hi all.
I'm trying to use the string.replace() function to replace all the CrLf's
(new line) in a block of text with nothing, i.e. remove all line formatting.
I was thinking I could do this:
strFarHang.replace('\n','')
is this correct? it doesn't seem to work. :(
Cheers,
.ben