Description
Retrieves the name of the current character (subject) in the Labeling panel.
Functional area
Subjects
Command syntax
Syntax
getCurrentChar |
Arguments
None
Flags
None
Return value
string
Returns a string with the name of the current character.
Examples
// Get the current Character.
string $curCharacter = `getCurrentChar`;
print $curCharacter;