@TIMER |
|
@TIMER[n[,precision]] : Returns the current split time for a stopwatch started with the TIMER command. The value of n specifies the timer to read and can be 1, 2, or 3.
@TIMER accepts an optional second argument to return the timer split as a floating-point numeric value suitable for arithmetic. The possible values are:
| s | split time in seconds (2 digit decimal precision) |
| m | split time in minutes (4 digit decimal precision) |
| h | split time in hours (5 digit decimal precision) |