Specifications

339
Syntax:
ASC(stringexpression)
Description:
ASC returns the ASCII code value of the first character of stringexpression,
which is an integer from 0 to 255. (For the ASCII character codes, refer to Appendix
C, "Character Sets.")
If
stringexpression is a null string, this function returns the value 0.
If given a two-byte Kanji character, this function cannot return the two-byte Kanji
code.
Reference:
ASCii code String function
ASC
Returns the ASCII code value of a given character.
Functions:
CHR$