RichText.SetSelection

RichText.SetSelection (

string ObjectName,

number Start,

number End )

Example 1

RichText.SetSelection("RichText1", 1, -1);

Selects all of the text in the richtext object named "RichText1."

See also: Related Actions