setText procedure
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Clears the message body and sets a new text value.
Syntax
|
Applies to
Message objects
Notes
- The call can be made when the message is in write-only or read-only mode.
- After the call, the message is in write-only mode. You can use appendText procedure calls to append more text.
- As an alternative to concatenating multiple
CHARACTERsegments with the appendText procedure, use setLongText procedure.
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.