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

readLongString function

Returns String data from the body of a StreamMessage.

Syntax

FUNCTION readLongString RETURNS LONGCHAR.

Applies to

Message objects

Notes

*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 readLongStringCP function.

See also

createStreamMessage procedure, writeBoolean procedure, writeByte procedure, writeBytesFromRaw procedure, writeChar procedure, writeDate procedure, writeDateTime procedure, writeDateTime-TZ procedure, writeDouble procedure, writeFloat procedure, writeInt procedure, writeLong procedure, writeLongString procedure, writeShort procedure, writeString procedure, endOfStream function, moveToNext procedure, readBytesToRaw procedure, readChar function, readDate function, readDateTime function, readDateTime-TZ function, readDecimal function, readInt function, readLogical function, readLongString function, readLongStringCP function
For more information, see the StreamMessage.