I know how to get the hilitedButtonName, using:
Code: Select all
put the hilitedButtonName of group grpRadioA into cReturn
is there a way to do that without hard coding in the name of the button?
Example:
The initial setting for grpRadioA and grpRadioB is have the first button highlighted.
The initial setting for grpRadioC is have the second button highlighted.
Is there a way to code that?