body parameter in SendMail function (OpenInsight 32-bit)
At 13 JUL 2012 12:07:43PM Harold King wrote:
How do I separate lines of text in the BODY parameter? I tried @vm and '|', but doesn't seem to work.
For example, I want the body of the email to say:
This is line 1.This is line2.It doesn't work when I load the variable as follows:
Body = 'This is line 1.'Body<1,-1> = 'This is line 2.'The value marks end up being displayed in the text (no line break).
Thanks,
Harold
At 13 JUL 2012 01:05PM Dave Harmacek wrote:
Dare I suggest CRLF?
Dave Harmacek
Harmacek Database Systems
At 13 JUL 2012 04:10PM Harold King wrote:
Well I'll be danged! That was too easy!
Thanks Dave.