Jump to content

Recommended Posts

Posted

What have you tried so far?
Did you check the help file?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Do you want to calculate the time difference between two time values (e.g. 10:22:15 and 11:30:56) or do you want to calculate the elapsed time of Autoit functions?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Yup means: Problem solved?

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted

Basic counter

$begin = TimerInit()
sleep(3000)
TimerDiff($begin)

That's the idea.

  Reveal hidden contents

IUIAutomation - Topic with framework and examples

Au3Record.exe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...