Code Function

Description:
The UNICODE number of the first character in a text.
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

Related content