Action |
Returns the ASCII code of the character specified.
Syntax |
ASC (character)
Parameter |
Character
Character you want to know the ASCII code of.
Returns |
Numeric value representing the ASCII code of the character.
Example |
$ASCII = Asc( "H" )