RichText.GetText

string RichText.GetText ( 

string  ObjectName,

boolean RawRTF = true )

Example 1

raw_object_text = RichText.GetText("RichText5", true);

Gets the raw RTF text from the richtext object named "RichText5" and stores it in a variable called "raw_object_text."

Example 2

object_text = RichText.GetText("RichText5", false);

Gets the displayed text in the richtext object named "RichText5" and stores it in the variable "object_text."

See also:  Related Actions