Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Current »

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;

Additional information

Related commands

  • No labels