PDA

Click to See Complete Forum and Search --> : VB6 - Roman To Decimal & Vice-Versa


leinad31
Feb 19th, 2007, 03:04 AM
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.

leinad31
Mar 3rd, 2007, 02:13 AM
Found bugs. Also, the updated source now uses the token approach.

VB2005 version here: http://www.vbforums.com/showthread.php?p=2800155#post2800155

EDIT Mar 6, '07: Updated again