Converts the first character of a text string to the corresponding ASCII code, and returns this code as an integer.
number = toChar("a");