Function Chr
Converts an integer to a character representation
Chr([VALUE])Parameters
| # | Type | Passing | Default | Name | Description/Comments |
|---|---|---|---|---|---|
| 1 | number | required | n/a | VALUE | The value to convert |
Returns
The converted value
Examples
Convert to a letter A
{{Chr(65)}}
