/
getShelfTabs
getShelfTabs
Description
Get a list of the shelf tab names. It is possible to create user button shelf tabs, in addition to the standard button shelf tabs. When any user button shelf tabs are present, the getShelfTabs command gets the names of the tabs into a string array.
Functional area
Interface
Command syntax
Syntax
getShelfTabs |
Arguments
None
Flags
None
Return value
string array
Examples
//get the names of the user shelf tabs into an array string $st[] = `getShelfTabs`; //print the names of tabs to the log print $st;
Additional information
Related commands
, multiple selections available,