|
| KiXtart 2001 Manual |
Asc( )
| Action: | Returns
the ASCII code of the character specified. |
| Syntax: | ASC
(character) |
| Parameters: |
Character
|
| Returns: |
Numeric
value representing the ASCII code of the character. |
| See Also: |
Chr( ),
SetAscii( ) |
| Example: |
$ASCII = Asc( "H" ) |