Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

need to store value of stopwatch results in an array

Status
Not open for further replies.

adev111

Programmer
Jul 8, 2004
44
CA
Hi there,

I am working on a stopwatch which has 3 runners. I am using timespan to generate the time and i display the timer by parsing it as string. Basically I have to click the button 4 times for 3 runners! i.e. start,stop1,stop2,stop3. On all these click events i want to store the values of their respective times starting from lowest to highest. Is there any function that would find out the difference between the different timings and keep them in an order, say in an array?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top