Asc()
Syntax
Ascii = Asc(String$)Description
Return the Ascii value of the first character in the string.
Example :ValeurASCII = Asc("!") ; 'ValeurASCII' will get the value '33'
Note: A table with all Ascii values and their relating figures you will find here.
Supported OS
All