Jump to content

Recommended Posts

Posted

I have a script that needs to save a file using a short time stamp in minuets. So before my loop I have

a piece of code that get the time called starttime. Later inside the loop I again get the time called ctime 

so how do I subtract the value of starttime and ctime?

Also less important, I tried to use Msgbox to display the value of the starttime, does not work

any pointers on how to best do this would be helpful.

pandora - Copy.au3

Posted (edited)

Hi,

There are no pointers in the autoit syntax, all the pointers etc are internally handled.

The syntax is the following:

Msgbox(4096, $starttime, 6)
Please read the helpfile next time :)

Br, FireFox.

Edited by FireFox
Posted

Thanks, that worked, I did look in help files; did not find the answer there!

:huh: In almost all the helpfile examples you have variables with message boxes.

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...