Darn! I got % and // reversed, again:

That should be:

time = right(thensecs%3600,2,0)':'right(thensecs%60//60,2,0)':'right(th
ensecs//60,2,0)

Reply via email to