Quote:
mIRC's timestamp feature uses the formatting parameters from $asctime() identifier (/help $asctime), and there are no identifiers for milliseconds. Actually, there are no identifiers that can return the current time in milliseconds.


I know, thats why I asked in the first place..

Quote:
Ping and timers can use milliseconds only because they compute the DIFFERENCE between two moments in time expressed in milliseconds - actually, in "ticks" elapsed since the computer was started. But $ticks in itself has no meaning, as it didn't have a precise reference point; only difference between two values of $ticks is useful, to accurately determine the duration of a process.


So how can i make a script convert this to milliseconds, and how
can I make it replace the current $timestamp value without making
the settings in options overwrite the script?
..as well as to replace the values in all windows.. confused

Quote:
Out of curiosity, what do you need such a high precision timestamping for? How is it useful to you, considering how many other factors can influence the delay of messages appearing on your screen, like lag and even processor load that slows down refreshing mIRC windows?


It's for testing perposes..
I need the exact output time in milliseconds for several tasks i'm trying to perform..
and it will make fixing some of my scripts alot easier as well..

And I'm testing this on a private network, where lag and proccessor load isnt much of
an issue wink


--==> Wizard Suntop <==--