Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getText function
getText function
Returns all text in a TextMessage or XMLMessage.
Syntax
FUNCTION getText RETURNS CHARACTER.
Applies to
Message objects
Notes
A run-time error occurs if the message is too large to be handled by the ABL interpreter.
Implicitly calls
reset procedure
.
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.