getLongTextCP function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
Returns all text in a TextMessage and converts it to the specified code
page.
Syntax
|
Applies to
Message objects
Notes
- Implicitly calls reset procedure.
- The
LONGCHARdata 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, getTextSegment function, getLongText function, #rfi1387308594335
For more information, see the TextMessage.