ktuimala Posted April 12, 2007 Posted April 12, 2007 Does anyone know how to calculate what time a time stamp was taken from TimerInit()? I am writing a script that informs a user how long they have for a given operation from a time stamp taken when the script started. I would like to be able to calculate how much time a user has remaining for a task based off of the TimerInit() time stamp.
Developers Jos Posted April 12, 2007 Developers Posted April 12, 2007 Does anyone know how to calculate what time a time stamp was taken from TimerInit()? I am writing a script that informs a user how long they have for a given operation from a time stamp taken when the script started. I would like to be able to calculate how much time a user has remaining for a task based off of the TimerInit() time stamp.Why not just use the @HOUR @MIN @SEC Macros ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
ktuimala Posted April 12, 2007 Author Posted April 12, 2007 Why is it the simple answers? :"> Thanks!
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