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_daytos()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
                                 L_DAYTOS()


Syntax:        L_DAYTOS(expN>)


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


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


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


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


Examples:      ? L_DAYTOS(1)                    && Result: Sunday
               ? L_DAYTOS(5)                    && Result: Thursday

Language:      Clipper

See Also: L_CMONTHN() L_DMYSTR()

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