lostbit59 Posted August 23, 2013 Posted August 23, 2013 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
FireFox Posted August 23, 2013 Posted August 23, 2013 (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 August 23, 2013 by FireFox
lostbit59 Posted August 23, 2013 Author Posted August 23, 2013 Thanks, that worked, I did look in help files; did not find the answer there!
FireFox Posted August 23, 2013 Posted August 23, 2013 Thanks, that worked, I did look in help files; did not find the answer there! In almost all the helpfile examples you have variables with message boxes.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now