getLongText function
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
Returns all text in a TextMessage.
Syntax
|
Applies to
Message objects
Notes
- Implicitly calls reset procedure.
- 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 getLongTextCP function.
See also
createTextMessage procedure, setText procedure, setLongText procedure, appendText procedure, endOfStream function, getCharCount function, getText function, getTextSegment function, getLongText function, getLongTextCP function
For more information, see the TextMessage.