Returns all text in a TextMessage.

Syntax

FUNCTION getLongText RETURNS LONGCHAR.

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.