CHR$()

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

Syntax:
CHR$( number )

Description:
Returns a one-character string consisting of the character corresponding to the ASCII code indicated by argument 'number'.

PRINT CHR$(65)
Output:
A

Displaying non-printing characters on the CMM2 may give unpredictable results.

Printing the TAB character CHR$(9) will give different results depending on the capability/settings of the terminal used.

ASCII codes

Last edited: 21 November, 2020