Have you tried using CHAR(10) + CHAR(13) or just CHAR(10) by itself? I believe only MAC OS uses CHAR(13) alone as the newline character.
Regards, Stephen Markson ForenSys The Forensic Systems Group www.ForenSys.ca 416 512 6950 -----Original Message----- From: "Marc" < [EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Tue, 12 Aug 2008 11:32:00 -0500 Subject: [RBASE-L] - Email boddy Hi I am having problems getting the body of the email to format the way I want. This is my last try SET VAR vReturn TEXT = ((CHAR(13))+(CHAR(10))) SET VAR vbody TEXT = + (.vfname & .vlname +(CHAR(013))+ + 'Your estimate balance is..'& (CTXT(.vtotpt)) +.vReturn + .vReturn+ + 'Your last visit was on ...'& (CTXT(.vdatelch)) + .vReturn + .vReturn + + 'Last personal payment on ...'& (CTXT(.vdatelpay)) + .vReturn + + 'Amount of payment ....'& (CTXT(.vamtperpd)) +(CHAR(013)) ) I want to have 5 lines Name ... Your estimate balance is ... and so on. What am I missing? Thanks Marc

