/ Forums / Advansys Formativ / Creating Solutions with Formativ / How to insert a carriage return into the message area… / Reply To: How to insert a carriage return into the message area…
December 12, 2005 at 11:54 pm
#7447
Hi,
Try this :
CRT = Chr(13)
‘or HRT = Chr(13) & Chr(10)
‘If Obj is your message
Obj.BodyText.PlainText = Obj.BodyText.PlainText + CRT + CRT + CRT +” Your text here ” ‘3 carriage return in this case
L.P. Irovetz
Arcane Groupware