
08-10-2003, 04:54 AM
|
 |
Senior Contributor
* Expert *
|
|
Join Date: Jul 2003
Location: Ashby, Leicestershire.
Posts: 967
|
|
have you tried allowing for the other types of return? eg: Chr(10) , VbCrlf ...
here's an example of just replacing a few.
Code:
Txt1.Text = Replace(Replace(Replace(Txt1.Text, Chr(10), "<br>"), Chr(13), "<br>"), vbCrLf, "<br>")
|
__________________
~~ please don't PM me regarding code, I only reply to personnal messages ~~
|