Try OpenEdge Now
skip to main content
Messaging and ESB
ABL - JMS API Reference : appendText procedure
 

appendText procedure

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

*This procedure is designed for use in conjunction with setText procedure.
*This procedure is not needed when using setLongText procedure, which writes LONGCHAR data.

See also

createTextMessage procedure, setText procedure, setLongText procedure, appendText procedure , endOfStream function, getCharCount function, getText function, getTextSegmentfunction, getLongText function, getLongTextCP function
For more information, see the TextMessage.