Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return value

string

Examples

Code Block
languagetext
// Print the active tab name to the command line 

...


string $temp = `getActiveShelfTab`;

...


print $temp;

Scroll pagebreak

Additional information

...