Description
- Zeros (clears) the specified timer or timers.
Syntax
- Timer.Clear(timers)
Parameters
- timers
- (string) the timers to clear, as a single string with no spaces between each timer listed
Examples
- Timer.Clear("a")
- Clears timer a.
- Timer.Clear("fkt")
- Clears timers f, k & t.