Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Tom Rettigs Library - sstom(<n seconds>) http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SSTOM(<N seconds>)
 Converts seconds to minutes.
 Returns <expN> number of minutes that equal <seconds>.

 Useful in applications that handle time by minutes.

 * Time an operation
 start_time = SECONDS()
 <operation to be timed>
 end_time = SECONDS()       % SECONDS() is a Clipper function

 * Total time of operation in seconds
 secs_time = end_time - start_time

 * Total time of operation in minutes
 mins_time = SSTOM( secs_time )


             Placed in the Public Domain by Tom Rettig Assoc.

See Also: MTOSS() TIMESTR() TSTOM()

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