RichText.GetPos

table RichText.GetPos ( 

string ObjectName )

Example 1

tbRichText = RichText.GetPos("RichText1");

Gets the current X, Y coordinates of the "RichText1" richtext object and stores the results in a table called "tbRichText." These values can be accessed by referencing tbRichText.X and tbRichText.Y.

See also:  Related Actions