06-19-2008, 07:01 PM
Use getroProperty to get the timer value..
For Instance, store that in a variable, IntTimer
Do
Wait 1
Loop Until IntTimer = 0
Tweak the above example to your needs...
For Instance, store that in a variable, IntTimer
Do
Wait 1
Loop Until IntTimer = 0
Tweak the above example to your needs...