fGetTimer t
Retrieves the current value in timer t as a floating point value in W. This is the complementary instruction to fSetTimer, and allows you to readily measure time intervals and base calculations on the result.
The value units depend on the timer where:
- Timers 0 thru 3 count in 100ms increments, so if W = 35 this would be 35 * 0.1 = 3.5s remaining
- Timers 4 thru 7 count in 10ms increments, so if W = 35 this would be 35 * 0.01 = 0.35s remaining.
Dialect exclusions: Not available in dialects before 9.