Quote Originally Posted by scarroll01 View Post
if secs = 10 then
mins = mins + 1
Did you mean:-
if secs = 60 then
mins = mins + 1
... Steve
Nope...if the O/P put 10 and his minutes are 10 seconds long, then great...
Besides...if you're making something, and something else isn't working...I don't know about you, but I'd rather wait 10 seconds to see if something doesn't work rather than 60 of them seconds.
Can always change it later...