[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    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"

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson