Visual Basic/VB6 Command Reference - Wikibooks, open books for an open world
String Manipulation [edit] Asc [edit] Returns the number corresponding to the ASCII code for the first character of string Usage Asc(string) string = string containing character as first letter whose ASCII code is to be found. Example code = Asc("Apple") ...