Carriage Return into a text variable

LBRLBR Member Posts: 15
edited 2009-03-25 in Navision Attain
Hi,

I have a local variable MsgBody (text 260)

I like to insert some text into this variable to insert it on the body of a mail in two lines.

I've try this code
MsgBody := 'Course de : ' + Account + '\';
MsgBody := MsgBody + 'Remarque : ' + Remarques

But the result is (one line):
Course de : NBA\Remarque : non facturé

I've test '\\' and '/' and '//' but it's not the good combination. :cry:

Can you help me?

Thanks

Luc

Comments

Sign In or Register to comment.