streborr
IS-IT--Management
- Jan 16, 2002
- 98
I have this to convert the cr to a <br>
and it works fine:
message = replace(message, vbcrlf, "<br>"
but when I retreive it from the db I can't switch it back for display.
message = replace(oRS("message"
, "<br>", vbcrlf)
Thanks,
Rick
and it works fine:
message = replace(message, vbcrlf, "<br>"
but when I retreive it from the db I can't switch it back for display.
message = replace(oRS("message"
Thanks,
Rick