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

getTextSegment function

Returns the next text segment when handling large messages in read-only mode.

Syntax

FUNCTION getTextSegment RETURNS CHARACTER.

Applies to

Message objects

Notes

As an alternative to retrieving multiple text segments with getTextSegmentfunction, you can use getLongText function to retrieve LONGCHAR data in a single operation.

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.