jgoodman00
Programmer
- Jan 23, 2001
- 1,510
Ok, I have a datalogger, which is recording lap-times in the format of mm:ss.00 where 00 are decimals of a second.
It would appear all the standard data-types only work to hh:mm:ss. At the moment, the only solution I can think of, is to import the laptime as a string, & convert it to seconds.
e.g.
1:14.02 = 74.02
This seems very messy though. I would prefer to have a data-type which could contain the original value.
Any ideas? James Goodman MCP
It would appear all the standard data-types only work to hh:mm:ss. At the moment, the only solution I can think of, is to import the laptime as a string, & convert it to seconds.
e.g.
1:14.02 = 74.02
This seems very messy though. I would prefer to have a data-type which could contain the original value.
Any ideas? James Goodman MCP