ASC()

Compatible with:
DOS Maximite CMM MM150 MM170 MM+ MMX Picromite ArmiteL4 Armite F4 ArmiteH7 Picomite CMM2

Syntax:
ASC( string$ )

Description:
Returns the ASCII code for the first letter in the argument ‘string$’.

PRINT ASC("Fred")
PRINT ASC("Barney")
PRINT ASC("Wilma")

Output:
70
66
87

ASCII codes

Last edited: 21 November, 2020