charAt

Returns the ASCII character code of the character at the given position in a string. The position should be between 1 and the length of the string.

Usage

    number = charAt(string, index);