Jump to content

Search the Community

Showing results for tags 'timing'.

  • Search By Tags

    • timing ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 4 results

  1. TeraCopy Timer - A program of mine, front end really, that I have been working on (on & off) for some time, but not shared here before, that I recall. Third party program TeraCopy is required. Many of you will be familiar with TeraCopy, and it has been discussed here at AF on several occasions,...
  2. I am trying to allow the GUI to gather info as to when to execute a function. I am having trouble doing this. So far this is what I have. ;Timer Func timer () If Not IsDeclared("iMsgBoxAnswer") Then Local $iMsgBoxAnswer $iMsgBoxAnswer = MsgBox(36,"Timer","Please format your answer in 0...
  3. My queestion, is what is the best way to synchronize autoit scripts running on different computers in a network? to the effect that I could sync them, and then beep() and they would both beep at the exact same time I'm not sure even where to start. Has anyone done anything like this before?
  4. Wondering about the seemingly delayed timed update that seems to be in effect with the @MSEC macro. Test code: For $i = 0 to 100 DebugOut('@MSEC', @MSEC) Sleep(10) Next Output: @MSEC = "359" {St} [0,0] @MSEC = "375" {St} [0,0] @MSEC = "390" {St} [0,0] @MSEC = "390" {St} [0,0] ;; dupe @MSEC = "4...
×
×
  • Create New...