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

readLongStringCP function

Returns LONGCHAR data from the body of a StreamMessage and converts it to the specified code page.

Syntax

FUNCTION readLongStringCP RETURNS LONGCHAR (code_page as CHARACTER).

Applies to

Message objects

Notes

The LONGCHAR data returned is converted to the code page specified by the code_page parameter.

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.