charat() Function

Returns the character at given index within specified string.

Syntax

charat( text, index )

text: (Text) The text string to find the character.

index: (Number) The integer index position of the character, starting at one (1).

Returns

Text

Examples

charat("string",2) returns t

Open in Github Built: Wed, Aug 17, 2022 (01:05:05 PM)

On This Page

FEEDBACK