JLRodgers Level: Moderator
 Registered: 04-04-2002 Posts: 1664
|
Re: Minutes only with a timer function
The existing timer will work as it is -- just have it set to activate (to run the code in the timer's routine) every 30 seconds (a value of 30000 in the timer's properties).
You just have the time you want increased every other timer routine access. First access of the timer will always be 30 seconds, the next will always be a min. Not sure how you keep track of the time otherwise.... but you could always just have:
your_time_variable = your_time_variable + .5
in the timer routine -- then just discard anything after the decimal wherever you display the time.
____________________________
Everywhere's Local (classifieds, job postings, & more for everycity in the world - user entered)
|