Gets a list of the characters that the labeler can label or unlabel.
Data retrieval
getLabelerChars |
None
None
string array
Returns a string array with the name of the labeler characters
// Get the labeler characters. string $labelerChars[] = `getLabelerChars`; print $labelerChars; |