START TIMER keyword
Starts a timer that was previously stopped using STOP TIMER.
Syntax
START TIMER variable
Parameters
- variable: variable name of timer (required)
Example
START TIMER myTimer
Go back to list of Keywords.