Is there way to place line returns into e-mail that are launched?
For example:
SET VAR vEMail = ('LAUNCH ''mailto:' + .vMinCkStfMbr + '?Subject=[3]Overdue
Items&body=' + .vBody + '''')
&vemailI tried the ((char(13)) + (char(10))) and that seems to be ignored in the body of the message.

