I have this timer, it reads from memory to get its time, i want to add a section to this app that lets me pause the timer on key press
then take that paused time and put it in a list of intervals
so everytime i press space for example it makes a new interval, while the main timer still goes?
how would i do this
Edited by Roger, 15 November 2013 - 07:54 AM.
added codetags