My programme scans a series of files which contain the following time data:
hr:mi:ss:milsec
line 1=00:14:42:321
line 2=00:00:08:313
line 3=00:00:33:766
I have broken this down to milliseconds in order to calculate various avg/mode/std deviation etc.
line 1=882321
line 2=8313
line 3=33766
I want to return this to the original format for display purposed but I'm having difficulties. Can anyone suggest a method for this? i'm unable to use modules ;(
hr:mi:ss:milsec
line 1=00:14:42:321
line 2=00:00:08:313
line 3=00:00:33:766
I have broken this down to milliseconds in order to calculate various avg/mode/std deviation etc.
line 1=882321
line 2=8313
line 3=33766
I want to return this to the original format for display purposed but I'm having difficulties. Can anyone suggest a method for this? i'm unable to use modules ;(