GetAsArabic ( romanNumber )
GetAsArabic( romanNumber ) returns the arabic number equivalent for a roman number.
Average rating: 4.5 (27 votes) Log in to vote
Jeremy Bante OshVay Systems, Inc. http://www.oshvay.com |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
This list has two functions already for arabic-to-roman number conversion (RomanNumberal_1to4K(Parameter_number) by Brad Lowry, and RomanNumerals ( PageNumber ) by Don Wieland); this function performs the inverse operation. GetAsArabic( romanNumber ) returns the arabic number equivalent to romanNumber [a text string representing a roman numeral]. It will return correct values for both correctly and incorrectly formed roman numberals, and ignore all characters other than âiâ, âvâ, âxâ, âlâ, âcâ, âdâ, and âmâ.
Comments
Shah, Maaden, Saudi Arabia Aug 5, 2020 |
||
This is Shah, good job done, can you help me out here, I am looking for custom function for text field converted to arabic text in another field. I found only numeric converted to arabic text. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.