Solo712
Registered User.
- Local time
- Today, 07:58
- Joined
- Oct 19, 2012
- Messages
- 838
I need a general purpose VBA routine converting ordinals into Roman numerals. Did not want to spend much time on it. To my surprise my Google produced nothing much of value. Mind you, there are some smart blokes out there who propose to create value tables for the Roman letters and then go subtracting from the passed variable until they get the string. I suppose you can do it that way but I wouldn't sign my name on a piece of code which proposes to multiply two numbers by means of a lookup in a multiplication table.
Does anyone know an algorithm using directly the Roman numeral notation ? Can be in C/C++/Pascal etc....
Thanks in advance.
Best,
Jiri
Does anyone know an algorithm using directly the Roman numeral notation ? Can be in C/C++/Pascal etc....
Thanks in advance.
Best,
Jiri