This function converts an ASCII numeric value to the associated character and returns a string expression of one character.
Syntax
Chr(numericExpression)
Example
The following code example shows how to create a string containing one new line character.
str = Chr(10)