---
title: "getLabelerChars"
canonical: "https://help.vicon.com/space/Shogun17/13536379/getLabelerChars"
format: markdown
---
# 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

```plaintext
// Get the labeler characters.
string $labelerChars[] = `getLabelerChars`;
print $labelerChars;
```

# Additional information

## Related commands

- [getCurrentChar](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536373)