$stringAt
Retrieves the character at the provided index.
Parameters
Name | Description | Enforced | Default Value |
---|---|---|---|
Text | The text to work with. | Yes | None |
Index | Character index to get from the text. | Yes | None |
Example
$stringAt[text;index]
Function Aliases
- $charAt