Converts arabic numerals to Japanese text.
NumToJText(number;separator;characterType)
number
- any numeric expression or field containing a number
separator
- a number from 0 to 3 representing a separator
characterType
- a number from 0 to 3 representing a type
text
FileMaker Pro 6.0 or earlier
If the value for separator
and characterType
are blank or other than 0 to 3, then 0 is used.
•0 - no separator
•1 - every 3 digits (thousands)
•2 - ten thousands() and millions() unit
•3 - tens(), hundreds(), thousands(), ten thousands() and millions() unit
•0 - half-width (hankaku) number
•1 - full-width (zenkaku) number
•2 - kanji number
•3 - traditional kanji number
NumToJText(123456789;2;0)
returns .
NumToJText(123456789;3;2)
returns .