﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1799	Result from TimerInit is wrong?	gn57@…		"Hi,

a short question concerning the TimerInit and TimerDiff functions - 
both propose in online manual to return a value in milliseconds:

TimerInit: Returns a timestamp number (in milliseconds)
TimerDiff: Returns the time difference (in milliseconds) from a previous call to TimerInit().

But what will happen, if you try to calculate the difference between two TimerInit-calls:

$begin=TimerInit()
sleep(3000)
$diff=TimerDiff($begin)
$ende=TimerInit()

msgbox(0,"""",$begin & @CR & $ende & @CR & $diff & @CR & $ende-$begin)

As Result I got for example:
  627128492751499      #$begin
  627137430825446      #$ende
  2987.xxxx            #$diff
  8938073947           #$ende-$begin

So my question: what's the unit I get from TimerInit as the difference between $ende and $begin does not match to $diff???

"	Bug	closed		AutoIt	3.3.6.1	None	No Bug	timerinit	
