Search

Get Character At

Last Updated: Mar 8, 2023

Articles

Use this function to get character from string at the given index.

Syntax

Get Character At (index, input)

Parameters

Input Parameter Name Description
index Index of string
input input string

The value for index starts with 0.

Returns

Return value Description
text Returns a charecter

Sample

Get Character At (abcde, 2)

  • Returns the character at position 2 in the string abcde.
    Returns c.

To view all the Text functions, click here.

Did you find what you were looking for?