
Good day,
After some testing, I think I was able to determine that the precision of the Timer() builtin function is depening of the platform/environment it is actually invoked from.
For instance, from withing MsAccess (A97), the precision is rather low, as there are only 18 ticks/sec. Under IIS4 and IIS5, Timer() offers more intervals per second, 64.
However, under PWS (Win98), I still can't determine as of now, how many ticks/second the Timer() is accomodating. Not having access to an IIS6 server, (WinXP Pro or Win Server 2003) I don't know as of now the level of precision.
If someone know the values for the PWS and/or IIS6, I would greatly appreciate if you could share your information.
Regards.