Function ASC

asc(char)
The function returns a numeric value representing the character code corresponding to a character. Example:
iCode = asc("A")

See also: