Description
Returns the name of the shelf tab which is currently selected and active in the GUI.
Functional area
Interface
Command syntax
Syntax
getActiveShelfTab |
Arguments
None
Flags
None
Return value
string
Examples
// Print the active tab name to the command line
string $temp = `getActiveShelfTab`;
print $temp;