Try OpenEdge Now
Messaging and ESB
ABL - JMS API Reference
:
getLongTextCP function
getLongTextCP function
Returns all text in a
TextMessage
and converts it to the specified code page.
Syntax
FUNCTION getLongTextCP RETURNS LONGCHAR (
code_page
as CHARACTER).
Applies to
Message objects
Notes
Implicitly calls
reset procedure
.
The
LONGCHAR
data returned is converted to the code page specified by the
code_page
parameter.
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.