|
| KiXtart Command Reference |
ASCactionreturns the ASCII code of the character specified. syntaxASC (character) parameterCharacter Character you want to know the ASCII code of. returnsNumeric value representing the ASCII code of the character. example$ASCII = Asc( "H" ) |