Hi list!
I'm creating a variable for the email body and just checking to see if I can
add cariage returns to an email body message here's what I've tried using
(CHAR(013)) and <br> (thinking it might be HTML) with out success...
SET VAR MCv_Body TEXT=('Regarding Customer-'+(.MCv_MCCallerCIDName)+'; Enct
ID-'+CTXT(.MCv_MCEntrID)+'; '+(CHAR(013))+'Message-'+(.MCv_MCMessage))any ideas?

