Char Function
Description:
The character specified by the UNICODE number.
note
This function is non-evaluable for non-positive numbers.
Returns:
Text
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Whole Number | The UNICODE number. |
Examples:
When using functions inside a field, remember the field brackets:
{Char(65)}
Expression | Result |
|---|---|
Char( 65 ) | "A" |
Char( 32000 ) | "紀" |