302
____________________________________________________________________
ASCii code String function
ASC
Returns the ASCII code value of a given character.
____________________________________________________________________
Syntax:
Syntax:Syntax:
Syntax:
ASC(stringexpression)
Description:
Description:Description:
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:
Reference:Reference:
Reference:
Functions: CHR$
Comentarios a estos manuales