Parameters
| I | number to be converted to character |
Description
The Chr function converts an integer to a character, whose code has the same value. The function value is defined for the parameter values from 0 to 255. The Chr function is dual to the Ord function.
Function value
The function value is the character whose code is the function parameter.
See