Xbasic
A5_ASCII_TABLE Function
Syntax
Decimal_Value as C = a5_ascii_table()
Arguments
- Decimal_Value
The decimal value of the selected character as a character string.
Description
The A5_ASCII_TABLE() function displays an ASCII character table.
Example
This example displayed an ASCII chart and returned the decimal value for the character "5".
? a5_ascii_table() = "53" ? chr(53) = "5"
Limitations
Desktop applications only.
See Also