toChar

Converts the first character of a text string to the corresponding ASCII code, and returns this code as an integer.

Usage

    number = toChar("a");