Jump to content

Recommended Posts

Posted

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
Posted

$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.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...