Orgins Posted March 26, 2008 Posted March 26, 2008 I keep getting 12.345ect I just want "12" the full seconds. Exp: (not my code but it has the same effect) $begin = TimerInit() Sleep(12345) $dif = TimerDiff($begin)/1000 Tooltip($Dif, 35,15) Sleep(3000) I'm a newbie.Sorry if I don't reposed to your replays very fast.
Valuater Posted March 26, 2008 Posted March 26, 2008 $begin = TimerInit() Sleep(12345) $dif = int(TimerDiff($begin)/1000) Tooltip($Dif, 35,15) Sleep(3000) 8)
Orgins Posted March 26, 2008 Author Posted March 26, 2008 Cool it works. I've never had to use the Int command before. I'm a newbie.Sorry if I don't reposed to your replays very fast.
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