getLongText function
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
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, #rfi1387308594877, getLongTextCP function
For more information, see the TextMessage.