Thanks :)
i've been told that i can use timer id as a way to track the timers i cant seem to find a TimerID ability and i'm unsure to what is meant by it.
i'm to create a timer using an integer as its ID to help track where it is and control it via the interface if needed.
other solutions i've played with are Collections Hashtable this worked well, i have also created a way to do all this accessing the database and using SQL in a single timer to determine what is to be passed over and what is not to be passed over need to code that up and test both of those though before i commit myself to it.
Any one heard of TimerID and know how i can best use them also as each timer only ever runs once could i limit it to running only once and have it limited to 1 cycle?
Thanks all