<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
On 09/05/2016 10:53 PM, Stanley - stanlyn.com via Filepro-list
wrote:<br>
<blockquote cite="mid:004501d207e9$e188a990$a499fcb0$@stanlyn.com"
type="cite">
<pre wrap="">Hi,
How do I get milliseconds resolution with the @tm function? I need to get
something like hh:mm:ss:mmmm, where mmmm is miliseconds.
Thanks,
Stanley
</pre>
</blockquote>
In linux or compatible, you may want to use something like<br>
<pre style="" class="lang-bsh prettyprint prettyprinted"><code><span class="pln"># date </span><span class="pun">+</span><span class="str">"%H:%M:%S,%3N"
</span></code></pre>
which can be obtained using filePro "user" command<br>
</body>
</html>