Hey all,

I'm making a notetaking program for a computer's class, and I was wondering if there was any built in VB function to retreive roman numerals such as I, II, III, ect.

What I have done is made a long that had roman numberals up to 50 like this..

lngData = "I|II|III|IV|V|VI|VII|VIII"

and then split the long where the |'s are and just called the array that the long was split into. But if there was a function to get roman numerals already that would be much easier

thanks