Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_min2dhm()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_MIN2DHM()
 Convert numeric minutes to days, hours and minutes.
------------------------------------------------------------------------------

 Syntax

      FT_MIN2DHM( <nMinutes> ) -> aDHM_

 Arguments

     <nMinutes>  the number of minutes.

 Returns

     <aDHM_>
        where:
           aDHM_[1] = cDAYS, aDHM_[2] = cHours, aDHM_[3] = cMinutes

 Description

     Converts numeric minutes into a character array containing
     days, hours & minutes.

 Examples

     aDHM_ = MIN2DHM(16789) -> aDHM_[1] = 11, aDHM_[2] = 15, aDHM_[3] = 49

 Source: MIN2DHM.PRG

 Author: Alexander B. Spencer

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