Varkon MBS Programmers manual
Maps an ASCII-value to the corresponding character.
c:=chr(n); string c*1; int n;
n | - An integer value 0 <= n <= 255 |
None.
A STRING with one character.
"A" + chr(66) + "C" is the same as "ABC" since 66 is the ASCII-code for B.
Varkon 1.19D svn # 120M