Chr - script and chart function
Chr() returns the Unicode character corresponding to the input integer.
Syntax:
Chr(int)
Return data type: string
Examples and results:
Example | Result |
---|---|
Chr(65) | Returns the string 'A' |
Chr(163) | Returns the string '£' |
Chr(35) | Returns the string '#' |