Jump to content

How do I subtract the value of a variable from another variable


Recommended Posts

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

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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