Get Character
Captures one or more characters and their UTF-16 codes from a string.
Input
Name | Data Type | Description |
---|---|---|
Source String | String | The string to get character info from. |
Char Index | Number | The position of the character to get. Index starts at 0. |
Output
Name | Data Type | Description |
---|---|---|
Char | String | The character to get from the string. |
Char Code | String | The UTF-16 code of the character. |