Last Updated: Dec 10, 2020
Use this function to get the character from the String at the given index. Index starts with 0.
CharAt (index, input)
| Input Parameter Name | Description | 
|---|---|
| index | Index of string | 
| input | input string | 
| Return value | Description | 
|---|---|
| text | Returns a charecter | 
The value for index starts with 0.
To view all the Text functions, click here.