﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2008	timerinit does not return int, returns imprecise float, differences bad	jmichae3@…		"$a=int(TimerInit()) ;for some reason, timerinit returns a float rather than an int!  very imprecise!!!
sleep(100)
$b=int(timerinit())
$c=$b-$a ;should be about 100, but result is always about 297 million to 299 million
MSGBOX(0,""TIMERINIT"",$a&"",""&$b&"",""&$c)

I need an int.  floats are useless to me.  floats lose precision and are very imprecise (floating point error for instance).

I know there is a timerdiff for doing time differences, but timerdiff returns also a useless float, not a useful int.

I need an accurate result from timerinit if I am going to use it in my time calculations.  please fix. thanks.

when using int() to wrap the timerinit function and do subtractions, should be about 100, but result is always about 297 million to 299 million."	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
