Description
Converts a numeric value into the corresponding character
Syntax
Char(<charactercode>)
Arguments
| Argument | Type | Description | Optional |
|---|---|---|---|
| charactercode | Number | Specifies a character code between 0 and 255 | No |
Returns
A text character
Examples
| Expression: | Char(65) |
| Returns: | A |
