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>time2str() convert 8 digit time string to a 6 digit time string</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 TIME2STR()  Convert 8 digit time string to a 6 digit time string

 Syntax....: TIME2STR( [Tm] )
 Parameters: <expC>: Tm = [optional] 8 digit time string in the
                          form "HH:MM:SS";
                          if no string passed: returns system time

 Returns...: <expC>: 6 digit time string in the form: "HHMMSS"
 Cautions..: none
 CC Calls..: none
 Alias.....: none

 Example...: TIME2STR( "13:01:30" )


See Also: DATE2STR STR2TIME STR2DATE FDATETIME TIME2VAL

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