Versions Compared

Key

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

...

Returns a string with the same of the current label.

Examples

Code Block
languagetext
// Get the current label.

...


string $currentLabel = `getCurrentLabel`;

...


print $currentLabel ;