Jump to content

Recommended Posts

Posted

Is there any way to convert the number using autoit into seconds?

$begin = TimerInit()
sleep(3000)
$dif = TimerDiff($begin)
MsgBox(0,"Time Difference",$dif)

It gives a message with a time in milliseconds, 2998.53081......

I would like it to convert it to something close to 2.998 seconds

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...