Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
length of time
#2
Macro
Code:
Copy      Help
;double _time=10 ;;10 seconds
double _time=60*60 ;;1 hour

int t0(GetTickCount) t1(_time*1000)
rep
,if(GetTickCount-t0>=t1) break
,
,;here add your code


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)