getCurrentChar
getCurrentChar
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;
Additional information
Related commands
, multiple selections available,
Related content
getCurrentSubject
getCurrentSubject
More like this
getProperty
getProperty
More like this
getModule
getModule
More like this
setCurrentSubject
setCurrentSubject
More like this
setAutoSwitchCurrentSubject
setAutoSwitchCurrentSubject
More like this
getClipboardText
getClipboardText
More like this