terbilang ( number )
Change a number value into a TEXT in indonesian Rupiah
Average rating: 4.5 (30 votes) Log in to vote
Andrew - Show more from this author |
where field number are contain 120000
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Latest version - Fix small typo where Number between 19.000.000 - 19.999.999 are wrongly spelled.
Change a number value into a TEXT in indonesian Rupiah, Great to use for Billing.
Comments
comment, VR Apr 15, 2011 |
||
You have an undefined variable "angka" . I believe it should be the function parameter "number". Also, there are simpler ways to extract digits, e.g.: thousands = Mod ( Div ( number ; 10^3 ) ; 10^3 ) |
||
Walkspy, Jakarta/Indonesia May 3, 2011 |
||
work well if you directly type numbers in "angka" field and has no decimal. when "angka" filed is calculated value, should be use Floor, Ceiling or Round function. |
||
Andrew May 6, 2011 |
||
Thanks For Comment, this is my first function, i'm still learning filemaker...i'm no programer but filemaker help me a lot... I will try to fix it latter | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.