changequote({,}) define({_TITLE_},{Varkon MBS Programmers manual}) define({_SUBTITLE_},{- chr - Function}) define({_INDEXLINK_},{index}) define({_STYLE_},{../varkonstyle.css}) include(../../include/header.inc)
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.
include(../../include/svnversion.inc) include(../../include/footer.inc)