Hello everyone,
Is anybody have an idea on how to automaticaly convert an Arabic Numeral like 1 to the correct Roman Numeral I.
And this for any number without doing it manually.
Thanks guys =)
http://www.aivosto.com/visustin/sample/roman.pdf
Wow buddy you cannot explain it better =D
A big thanks to you
Is >3999 ?!
It seems that roman numerals can't be more than 4988 after you need to use a upper bar on the top of a letter for higest number but it can be false I'm not a specialist ^^' so i think after a certain number i will replace it by something else ^^
aivosto.com/visustin/sample/roman.pdf
I am really not able to understand this PDF, is there any easy way to do this.
Develop games in your browser. Powerful, performant & highly capable.
Hey translationco!
I just implemented whats on the pdf in a C2 function.
Check this capx to see it working: https://www.dropbox.com/s/mzajaz92lnyez ... .capx?dl=0
Hope this helps. Cheers!
The highest you can go is actual 3999.
http://romannumerals.babuo.com/roman-numerals-1-5000
In fact, there are notations to bigger numbers, like the vinculum, and even characters added later in Middle Ages, like the Z for 2000, but that's beside the point here. The ideia is that translationco understands how it's done.