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

setLongText procedure

Clears the message body and sets a new text or XML value of any length.

Syntax

PROCEDURE setLongText.
DEFINE INPUT PARAMTER textValue AS LONGCHAR.

Applies to

Message objects

Notes

An error is returned if the Unknown value (?) is specified.

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.