GetTimer
Returns value of one of 10 countdown timers
Syntax: res=GetTimer(timer=0)
timer
available timer <0...9>
Returns: Current value of the timer, no lower than 0
Example:
res=GetTimer
, returns value of timer 0res=GetTimer(2)
, returns value of timer 2if (!TimerGet(0))
See also: SetTimer, PauseTimer, ResumeTimer
Last updated
Was this helpful?