Description
- Starts the specified timer or timers.
Syntax
- Timer.Start(timers)
Parameters
- timers
- (string) the timers to start, as a single string with no spaces between each timer listed
Examples
- Timer.Start("a")
- Starts timer a.
- Timer.Start("dgk")
- Starts the three timers d, g & k.