Rem Asc returns the unicode value of the first character of a string. End Rem print Asc("A") '65 Print "A"[0] '65 - equivalent index style implementation