CHR$

From Macros Wiki
Jump to navigationJump to search

Up

Command

CHR$
CHR$
CHR$ <n>


Returns the character represented by the given ASCII value.

Parameters

<n>
ASCII value.

Example

B$ = CHR$(65)
B$ = CHR$(d1)
B$ = CHR$(ABS(d1*w1))