Chr
Qubes 5.4 Converts a character code into a string.
Syntax
Chr(code1[, ...codeN])
code1 = code of the first character to convert
codeN = code of the nth character to convert
codeN = code of the nth character to convert
Remarks
Character codes are understood according to the Unicode standard.
See also NBSP.
Examples
Chr(66) = 'A'Chr(13, 10) = CR + LF (line feed)