Help with memo.

Joined
Jan 7, 2010
Messages
1
Reaction score
0
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top