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


Syntax:        L_ADDTIMES(<expC1>, <expC2> [,<expN>])


Purpose:       To add two character time strings each other.


Arguments:     <expC1> is the first character time string to be added
               to second character time string.

               <expC2> is the character time string to which <expC1>
               will be added.

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


               <expN> 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 for relative time = 2


Examples:      * Add time strings together.
               ? L_ADDTIMES("23:10:18", "79:18:03", 3)   && Result 102:28:21


Language:      Clipper

See Also: L_ADDHOURS() L_ADDMINS() L_ADDSECS()

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