setText procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
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, #rfi1387308599116, setLongText procedure, appendText procedure, endOfStream function, getCharCount function, getText function, getTextSegment function, getLongText function, getLongTextCP function
For more information, see the TextMessage.