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

getLongText function

Returns all text in a TextMessage.

Syntax

FUNCTION getLongText RETURNS LONGCHAR.

Applies to

Message objects

Notes

*Implicitly calls reset procedure.
*The text is converted to the current default code page of the OpenEdge client application. To return text based on a different code page, use getLongTextCP function.

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.