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

#7449
MA
Participant

    I think the following ItemSetText token will do the job. You can also try TextSetMessage token.

    call groupwise.ItemSetText(“X00”, itfMessage, “Line 1” & vbcrlf & “Line 2”, true)

    Thanks
    MA