Int2Roman() Converts an integer to roman notation Syntax: Int2Roman( nNumber ) -> cRomanNumber nNumber : The number to convert Description: Converts an integer to roman notation. The number must be positive. Return: A string with the number in roman notation. Example: Int2Roman( 1217 ) // "MCCXVII"