Label.GetPos

table Label.GetPos ( 

string ObjectName )

Example 1

Install_Pos = Label.GetPos("Install");

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

See also:  Related Actions