ComboBox.GetPos

table ComboBox.GetPos ( 

string ObjectName )

Example 1

Mustard = ComboBox.GetPos("Mustard");

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

See also:  Related Actions