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


Syntax:        L_DYS2HMS(<expN1>, [<expN2>])


Purpose:       To convert a number of days to a string in the format
               of Hours:Minutes:Seconds (HH:MM:SS)


Arguments:     <expN1> is the number of days to be converted to
               HH:MM:SS

               <expN2> is optional and governs the zone width of the
               number of characters in which the hours will be returned.

               <expN2> should be greater than 2


Returns:       A character time string in the format of HH:MM:SS.

               CHR(0) is returned if Syntax Error


Usage:         Default zone width = 2


Examples:      * Convert days
               ? L_DYS2HMS(653)                 && Result: 156:00:00


Language:      Clipper

See Also: L_DYS2HRS() L_HMS2DYS()

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