Asc()

Syntax

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

Supported OS

All

String Index - Bin() ->