I suppose I could lamely offer this as a challenge, but the fact is that I am 
just lazy, and am wondering how others would go about it.

The issue is the shortest code that will collect (as a character string, H:M:S) 
the difference between two clock readings, in hours, minutes and seconds. The 
crux of the matter is the capture of interval between randomly occurring events.

Assume 
A$=TIME$    'First event
B$=TIME$    'Second event

Reply via email to