Code Function
Description:
The UNICODE number of the first character in a text.
note
This function is non-evaluable if the text is empty.
Returns:
Whole Number
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Text | The text value. |
Examples:
When using functions inside a field, remember the field brackets:
{Code("A")}
Expression | Result |
|---|---|
Code( "A" ) | 65 |
Code( "ABC" ) | 65 |
Code( "紀" ) | 32000 |