Function Asc() Foundation
Converts a character to its numeric ASCII code.
Asc( <cExpression> ) --> nAsciiCode
The return value of Asc() is an integer numeric value in the range 0 to 255. It is the ASCII code of <cExpression>.
The conversion function Asc() determines the ASCII code for the first character of a character string. The counterpart of Asc() is the function Chr(), which converts an ASCII code to an ASCII character.
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.