Function CHR

chr(code)
The function returns returns the character associated with the specified character code. Example:
sEndOfLine = chr(10) & chr(13)

See also: