Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Zombie Timer?

$
0
0
 

 

Hi guys, 
 
I'm new to AutoIt and i need a explanation on Timers, because something is happening and i can't understand why.
 
I need a timer, so i did:
Global $TIMER = 0 Global $TIMERDIFF = 0 Main() Func Main()     While 1     $TIMERDIFF = Round(TimerDiff($TIMER) / 1000, 1)             ToolTip($TIMERDIFF, 100, 100, "Info", 1, 1)         WEnd     WEnd EndFunc

Viewing all articles
Browse latest Browse all 12506

Trending Articles