CodeBase - Roman Numbers

Return to the CodeBase listing

Category: Text

Version: 1.0

0
0

Information

Uploaded: 25th Jan 2011 11:48

Modified: 25th Jan 2011 11:48

Author:  Westmere

Summary

Turns integers into roman numbers

Full Description

This function will turn an integer value between 1 and 3999 into a string containing the roman number (eg. roman$(2012) will return "MMXII" or roman$(1701) will return "MDCCI")

Comments

No comments yet.