|
Amok Beginner
Joined: 31 Jul 2003 Posts: 22
|
Posted: Sat Aug 02, 2003 5:15 pm
Time Keeper |
Anyone know how to make it set the time when you start a run and then when you call upon it to check the set time against the current time and tell you how long its been since you started running?
|
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Sat Aug 02, 2003 6:39 pm |
#VAR StartTime {%secs}
#SHOW {Elapsed time = %eval((%secs - @StartTime)/1000) seconds}
If you go past midnight, adjust the result by adding the number of seconds in a day (60*60*24). |
|
|
|
|
|