Description
Gets a list of the characters that the labeler can label or unlabel.
Functional area
Data retrieval
Command syntax
Syntax
getLabelerChars |
Arguments
None
Flags
None
Return value
string array
Returns a string array with the name of the labeler characters
Examples
// Get the labeler characters.
string $labelerChars[] = `getLabelerChars`;
print $labelerChars;