Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Library for Clipper - <b>l_cmonthn()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_CMONTHN()


Syntax:        L_CMONTHN(<expN>)


Purpose:       To generate a text string containing a month name.


Arguments:     <expN> is the number of the month whose name is
               required. The number must be greater than 0 and less
               than 13.


Returns:       A character string containing the name of the month.


Usage:         To convert a month number to a month name.


Examples:      ? L_CMONTHN(3)                    && Result: March
               ? L_CMONTHN(7)                    && Result: July


Language:      Clipper

See Also: L_DAYTOS() L_DMYSTR()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson