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: Fri, Nov 04, 2022 (07:10:52 PM)

On This Page

FEEDBACK