reg_hack Posted January 11, 2006 Posted January 11, 2006 Hi, I've written a script, where users can write a time into a field in the GUI.On the Time a funktion should run. With GUICtrlRead I read the User-Time from the input-field. Later I want check the actually time with _NowTime and compare it with the usertime. If it ist the same, the function should run on. Obviously the Time from _NowTime and the Input-Field-Variable-Time are not the same format although if you write it in a message-box its hh:mm:ss. Can somebody tell me, how I can compare the two Times? Or should I fix the problem on a totaly other way?
Moderators SmOke_N Posted January 11, 2006 Moderators Posted January 11, 2006 (edited) I'd like to give a hand here... do you have a script to work with?EditP.S. - This isn't the support forum Edited January 11, 2006 by SmOke_N Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
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