Hi Bob -
I tried this and got the seconds just fine, but the tenths of seconds
always show as zero. Is there a ways to show tenths of secons?
thanks.
Neal Z.


"Bob Phillips" wrote:

> format( t, "hh:mm:ss.000")
>
>
> --
>
> HTH
>
> RP
> (remove nothere from the email address if mailing direct)
>
>
> "David Gerstman" <dhgerstman@NOSPAM.hotmail.com> wrote in message
> news:EA1B411A-01A2-4DDF-9DDA-26110D0F7FBA@microsoft.com...
> > How do I get fractions of a second from the serial time?
> > If I do
> > format( t, "hh:mm:ss.sss")
> >
> > where t is the time I'm looking at, all the fractional part does is repeat
> > the number of seconds as a repeating fraction.
> >
> > I tried dividing by 3600, 12, 12 in order but that gives me the wrong
> > answer...
> >
> > David Gerstman

>
>
>