valkk 0 Posted March 15, 2004 I'm working on some time related scripts and I need to be able to read the time in milliseconds. Even if I convert the time into ticks using the included function from Date.au3 it's only precise to a second. Would there be any other way to get the time right down to the milliseconds? Share this post Link to post Share on other sites
CyberSlug 6 Posted March 15, 2004 Perhaps you could get TimerStart and TimerStop to fit your needs? Use Mozilla | Take a look at My Disorganized AutoIt stuff | Very very old: AutoBuilder 11 Jan 2005 prototype I need to update my sig! Share this post Link to post Share on other sites
valkk 0 Posted March 16, 2004 Interesting approach. Now sure how I would implement it but I'll try experimenting with your idea. Share this post Link to post Share on other sites