Hi,
I am trying to make a program to allows me to record times for certain events.
I was thinking of using the system.diagnost ic.stopwatch class to do this.
What i need to do is be able to use a for loop to create an X (user defined) number of stopwatches, each one called L and then the number of the stop watch.
Then i need to press a button and it reads the value of another variable (F), and then stops the clock of L(F).
Im not sure if this is possible and how to do it.
Your help will be greatly appreciated
Thanks james
I am trying to make a program to allows me to record times for certain events.
I was thinking of using the system.diagnost ic.stopwatch class to do this.
What i need to do is be able to use a for loop to create an X (user defined) number of stopwatches, each one called L and then the number of the stop watch.
Then i need to press a button and it reads the value of another variable (F), and then stops the clock of L(F).
Im not sure if this is possible and how to do it.
Your help will be greatly appreciated
Thanks james
Comment