OverviewExamples
Sets the text displayed in a richtext object.
(string) The name of the richtext object to set.
(string) The text to display.
(boolean) Whether the text contains RTF formatting codes, or is regular unformatted text.
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Text contains RTF formatting codes. (Default)  | 
| 
 false  | 
 Text is regular unformatted text.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions