StrAt
Previous Top Next

Returns the character at a specific position.
Syntax: StrAt (String, Index)
Index starts from 0 to String length - 1.
Example: a = StrAt ("abcdef" , 3)
Result: a = "d"