Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CC.LIB - ClipCode CLIPPER S'87 Library - <b>time2val() convert a string mvar into its decimal equivalent in hours</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TIME2VAL()  Convert a string mVar into its decimal equivalent in hours

 Syntax....: TIME2VAL( TmStr )
 Parameters: <expC>: TmStr: the string (in the form "hhmmss" to be converted
                     (will convert string length of 2,4, or 6 )

 Returns...: <expN>: decimal equivalent in hours
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: tmval= TIME2VAL( "123045" )            && Result: 12.5


See Also: TIME2STR DATE2STR STR2TIME STR2DATE FDATETIME

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