I would like to implement my own event logging with millisecond resolution
- like 2017-05-12 20:52:50,147 to use for sorting of events. There is
Milliseconds command, but thus provide information I need.

If it is not possible, did somebody tested single alternative like
incrementing global variable that is reset each second? Something like

$currentTime:=Current time
If($currentTime > <>fsLastTime)
  <>fsCounter:=0
  <>fsLastTime:= $currentTime
End if
<> fsCounter:=<> fsCounter +1
$0:=<> fsCounter

--

Peter Bozek
**********************************************************************
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: http://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to