A simple form with one text box allows the user to enter a number between 1-100. I want to output the number in roman numeral form.
Would I need a Case statement for each number? so 100 or so Case statements?
Seems like this is the only way to do this...?
Would I need a Case statement for each number? so 100 or so Case statements?
Seems like this is the only way to do this...?