This converts Roman numbers or numerals to their decimal equivalents and vice-versa. I find doing it this way easier to read (source code) compared to the token approach. Feel free to test and comment.
Printable View
This converts Roman numbers or numerals to their decimal equivalents and vice-versa. I find doing it this way easier to read (source code) compared to the token approach. Feel free to test and comment.
Found bugs. Also, the updated source now uses the token approach.
VB2005 version here: http://www.vbforums.com/showthread.p...55#post2800155
EDIT Mar 6, '07: Updated again