AKD BASIC User Guide | 5 AKD BASIC Functions
5.2 ASC()
General Information
Type Function
Description
ASC(string expression)returns a decimal numeric value that is the ASCII code
for the first character of the string expression(x$).
Syntax
x = ASC(s$)
Instructions
If the string begins with an uppercase letter, the value of ASC() will be between 65 and 90.
If the string begins with a lowercase letter, the value of ASC() will be between 97 and 122.
Values "0" to "9" return 48 to 57.
65 Kollmorgenâ„¢ | March 30, 2012