RichText.GetLine

string RichText.GetLine ( 

string ObjectName,

number Line = 1 )

Example 1

strText = RichText.GetLine("RichText1", 2);

Gets the text on line 2 in the richtext object named "RichText1" and stores the result in the variable "strText."

See also:  Related Actions