Roman Function
Description:
Convert a whole number to the corresponding Roman numeral text.
All Roman numeral characters are returned as uppercase characters.
Returns:
Text
Parameter:
Parameter | Data Type | Description |
|---|---|---|
1 | Whole Number | The whole number. |
Examples:
When using functions inside a field, remember the field brackets:
{Roman(VariableName)}
Expression | Result |
|---|---|
Roman( 1 ) | "I" |
Roman( 1666 ) | "MDCLXVI" |
Roman( 1444 ) | "MCDXLIV" |