gcue Posted November 13, 2008 Posted November 13, 2008 (edited) i am trying to compare 3 different numbers - not sure if this would work (the dates drill down from year>month>day>hour>min>seconds and are in this format: 20081113092731) any other ideas? If $information_date > $warning_date And $information_date > $error_date Then $final_date = "info " & $information_date $Output = $iOutput EndIf If $warning_date > $information_date And $warning_date > $error_date Then $final_date = "warn " & $warning_date $Output = $wOutput EndIf If $error_date > $information_date And $error_date > $warning_date Then $final_date = "error " & $error_date $Output = $eOutput EndIf Edited November 13, 2008 by gcue
monoceres Posted November 13, 2008 Posted November 13, 2008 The Date* functions in Date.au3 is great when working with dates, all you have to do to get it working is to write a simle func that translates the format you have the date in now to the format Date.au3 uses. Broken link? PM me and I'll send you the file!
gcue Posted November 13, 2008 Author Posted November 13, 2008 cool ill try that. btw, congrats on the MVP status i def think u and weaponx deserved it
Andreik Posted November 13, 2008 Posted November 13, 2008 cool ill try that.btw, congrats on the MVP status i def think u and weaponx deserved it And Volly deserve as well.
gcue Posted November 13, 2008 Author Posted November 13, 2008 ahh i hadnt noticed he got promoted -- just saw weapon and mono's new icon and blue nick =>
monoceres Posted November 13, 2008 Posted November 13, 2008 And Volly deserve as well. ... And GEOSOft Broken link? PM me and I'll send you the file!
Andreik Posted November 13, 2008 Posted November 13, 2008 ... And GEOSOft I did not know of his promotion, but worth it, is a smart guy.
Andreik Posted November 13, 2008 Posted November 13, 2008 andreik next? OFFTOPIC:I do not know the AutoIt for long time, something more than half a year. And I have great respect for many who are more experienced and older than me on the forum.Thanks anyway.I think that is enough on this matter, otherwise the risk to terminate the topic.
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