StrAt

char StrAt(string aString, number index[, char replacement])

StrAt has two functions. It can be used to retreive the char at the specified index in aString, or it can be used to set the character to replacement at the specified index in aString. It returns the character at aString[index].

See Also: StrEnd, StrCat, StrLen, StrCpy, StrCmp