Search

Char At

Last Updated: Dec 10, 2020

Articles

Use this function to get the character from the String at the given index. Index starts with 0.

Syntax

CharAt (index, input)

Parameters

Input Parameter Name Description
index Index of string
input input string

Returns

Return value Description
text Returns a charecter

The value for index starts with 0.

Sample

  1. CharAt (JIFFYAI, 4) = Y
  2. CharAt (JIFFY, 0) = J

To view all the Text functions, click here.

Did you find what you were looking for?