...
Return value
string
Examples
Code Block | ||
---|---|---|
| ||
// Print the active tab name to the command line |
...
string $temp = `getActiveShelfTab`; |
...
print $temp; |
Scroll pagebreak |
---|
Additional information
...
...
string
Code Block | ||
---|---|---|
| ||
// Print the active tab name to the command line |
...
string $temp = `getActiveShelfTab`; |
...
print $temp; |
Scroll pagebreak |
---|
...