OverviewExamples
| 
 table RadioButton.GetPos (  | 
tbRadio = RadioButton.GetPos("RadioInstall");
Gets the current X, Y coordinates of the "RadioInstall" radiobutton object and stores the results in a table called "tbRadio." These values can be accessed by referencing tbRadio.X and tbRadio.Y.
See also: Related Actions