MajSlayer420 Posted March 5, 2007 Posted March 5, 2007 Hello, How can get get the dif from the TimerDiff() command to display without the fractional part of the number? Heres my code CODE$Dif1 = TimerDiff($ShieldOnTimer) PrintStatus("[Dif1 = " & $Dif1 & "]") ; Debug info Thanks MajSlayer420
Moderators SmOke_N Posted March 5, 2007 Moderators Posted March 5, 2007 $Dif1 = Int(TimerDiff($sHieldOnTimer)) 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