Appends text to the message in write-only mode using several calls to overcome the OpenEdge 32K limit on the number of characters.

Syntax

PROCEDURE appendText.
DEFINE INPUT PARAMETER textValue AS CHARACTER.

Applies to

Message objects

Notes

See also

createTextMessage procedure, setText procedure, setLongText procedure, #rfi1387308598555, endOfStream function, getCharCount function, getText function, getTextSegment function, getLongText function, getLongTextCP function

For more information, see the TextMessage.