Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
length of time
#4
this u may understand better


Function Function
Code:
Copy      Help
double _time=5 ;;5 seconds
;double _time=60*60 ;;1 hour

int t0(GetTickCount) t1(_time*1000)
rep
,if(GetTickCount-t0>=t1) break
,out "This code here and below that is tabbed will run untill time is reached"
,1
out "Time expired "


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)