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