Contents - Index


RadioButton (Macro Command)

 

RadioButton 'RadioButton Name' Button  Execute

Normally, Radio button group controls placed in the Diagram window are selected by clicking the mouse button on the desired button.  The RadioButton macro command allows the selected button for the Radio button group to be set  without having to click it.  'RadioButton Name' is the name provided for the Radio button group. It can be a string constant or a string variable that has been previously set.  Button is a number ranging between 1 and the number of buttons in the Radio group control.  It can be a string constant or string variable.  Execute (or dontExecute) is optional,  If it is provided, it overrides the setting for "Execute EES commands when the selected button is changed".

 

MacroCommands