...
Returns a string with the same of the current label.
Examples
Code Block | ||
---|---|---|
| ||
// Get the current label. |
...
string $currentLabel = `getCurrentLabel`; |
...
print $currentLabel ; |
...
Returns a string with the same of the current label.
Code Block | ||
---|---|---|
| ||
// Get the current label. |
...
string $currentLabel = `getCurrentLabel`; |
...
print $currentLabel ; |