Thanks to all the help, I finally got my timer to work exactly 10 times! Although I'm still stuck with a major problem. I am calling three function, like this:
Each method has a print statement in its body. When I run this code, I get the following output:
inside clear method
inside verify method
inside timer.start action <- this one is repeated 10 times, obviously.
Why are my methods not executed in the order I write them in?! Why is it that no matter the order in my code, and how many lines, and pauses I add in my code, timer.start always get executed last?
Please help me out on this one, I can't even begin to understand how I can possibly change this annoying behavior!!! Sigh.
Thanks Alot,
Kate