RichText.GetTextLength

number RichText.GetTextLength ( 

string ObjectName )

Example 1

nLength = DriveRichText.GetTextLength("RichText_Ob");

Gets the length of the text in the richtext object named "RichText_Ob" and stores it in the variable "nLength."

See also:  Related Actions