/ 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…

#7447
lp_irovetz
Participant

    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