M
Mike Perlini
Hi,
I have an application that takes input and globally finds and replaces
codes within a document with the input. The problem is that some of
the input is multi-line strings (i.e. containing \r\n). When I insert
this string, I want it to insert as multiple lines, but it actually
inserts a 'box' symbol in for the \r\n, so the inserted string would
be:
The quick brown fox¿¿jumped over the lazy dog (but with ¿ actually a
hollow box)
rather than
The quick brown fox
jumped over the lazy dog
Can anyone help??
Thanks heaps!
Mike
I have an application that takes input and globally finds and replaces
codes within a document with the input. The problem is that some of
the input is multi-line strings (i.e. containing \r\n). When I insert
this string, I want it to insert as multiple lines, but it actually
inserts a 'box' symbol in for the \r\n, so the inserted string would
be:
The quick brown fox¿¿jumped over the lazy dog (but with ¿ actually a
hollow box)
rather than
The quick brown fox
jumped over the lazy dog
Can anyone help??
Thanks heaps!
Mike