en:docs:dos:cmd:basic:chr

Table of Contents

CHR$

Syntax

S$ = CHR$( X )

Parameter

X is a number, [0,255]

Description

The one-character string with the character corresponding to the numeric code X. On ASCII systems, CHR$(65) returns “A”.