I have a memo field I need to grab and enter into the body of an outlook email in HTML format. My problem is that any Chr(13)Chr(10), need to be <br>.
From looking around today, I assume I can do something like get the value in a string, find the first Chr(13)Chr(10), replace with <br>, set to variable and repeat until no Chr(13)Chr(10) are found.
I'm a little fuzzy on how to do that. I think I could work it out, but I want to know if there is some quick and easy way before I tackle this. Any sugestions?
Mike
From looking around today, I assume I can do something like get the value in a string, find the first Chr(13)Chr(10), replace with <br>, set to variable and repeat until no Chr(13)Chr(10) are found.
I'm a little fuzzy on how to do that. I think I could work it out, but I want to know if there is some quick and easy way before I tackle this. Any sugestions?
Mike