*setactivegroup()
Sets the default selection for a Utility menu button group.
Syntax
*setactivegroup (page group index)
Type
HyperMesh Utility Menu Command
Inputs
- page
- The page number on which the button group appears.
- group
- The group ID for the button(s).
- index
- The button number in the group (1 - n ).
Example
To set the fifth button in button group 0, on page 0 as active:
*setactivegroup(0, 0, 5)