chr(byteint {, byteint} )
Converts one or more byte values into string that has a length equal to the number of arguments.
Examples
tab = chr(9)
crlf = chr(13,10)
hello = chr(104,101,108,108,111)
Converts one or more byte values into string that has a length equal to the number of arguments.
Examples
tab = chr(9)
crlf = chr(13,10)
hello = chr(104,101,108,108,111)