Subscribe to our YouTube channel.Tutorials and more athttps://www.youtube.com/c/QB64Team.
0 Members and 1 Guest are viewing this topic.
This is my approach for converting Roman into Arabic Number System.Code: QB64: [Select] x~% = INSTR("IVXLCDM ", UCASE$(MID$(r$, i~&, 1)))