|
-
Mar 14th, 2006, 03:00 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Built in function for Roman Numerals?
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|