Asc()
Syntax
Ascii = Asc(String$)
Return the Ascii value of the first character in the string. ValeurASCII = Asc("!") ; 'ValeurASCII' will get the value '33'
ValeurASCII = Asc("!") ; 'ValeurASCII' will get the value '33'
Supported OS
All