Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run repeat for 15 minutes and go on
#2
example
Code:
Copy      Help
int t1=GetTickCount ;;milliseconds since Windows startup
rep
,if(GetTickCount-t1>1000) break ;;break after 1 s
,out 1
,0.1


Messages In This Thread
RE: Run repeat for 15 minutes and go on - by Gintaras - 01-18-2020, 07:42 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)