|
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Fri Aug 22, 2003 11:42 am
Tick Timer Commands? |
How can I turn on and off the tick timer easily? Like with a aliase or something rather than having to go to its menu and clicking on start/stop?
|
|
|
|
TonDiening GURU
Joined: 26 Jul 2001 Posts: 1958 Location: Canada
|
Posted: Fri Aug 22, 2003 1:01 pm |
#TIMER
Syntax: #TI [timer-state command message-flag margin]
Related: #T? #TS
Toggles the timer. If the timer is off, it is turned on. If it is on, then it is turned off. Note that the amount of time left in the timer is not effected by this command.
#TSET
Syntax: #TS [value]
Related: #TIMER #T?
Sets the value of the timer and starts the countdown. At 5 seconds before the counter hits zero the string TICK IN 5 SECONDS. is displayed on the screen. If the value is omitted, then the origin of the timer is reset
#T?
Syntax: #T?
Related: #TIMER #TS
Display the amount of time remaining in the timer. |
|
|
|
PHLN Adept
Joined: 30 Dec 2001 Posts: 220 Location: Canada
|
Posted: Fri Aug 22, 2003 1:10 pm |
Thanks
|
|
|
|
|
|