sshrum Posted February 27, 2008 Posted February 27, 2008 I have a util I'm writing and I want to be able to post a traytip that will inform the user when the next process will occur I'd like to do something like: _Now() + "30:00" To have it add 30 minutes to the current timestamp, or _Now() + "1:30:00" OR _Now() + "90:00" To have it add 1 hour and 30 minutes Is this possible? Is there another (easy) way to do this? TIA Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
GaryFrost Posted February 27, 2008 Posted February 27, 2008 look at _DateAdd SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
sshrum Posted February 27, 2008 Author Posted February 27, 2008 Freakin perfect...gawd I love AutoIT. Thanks for the uber-fast reply (<5 minutes since post) Sean Shrum :: http://www.shrum.net All my published AU3-based apps and utilities 'Make it idiot-proof, and someone will make a better idiot'
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