converting seconds to minutes seconds

1999-11-14 Thread Nelson Zink
Leston, I've got a "countdown" clock in my app that shows time remaining Stick the following into a cd fld script and you're set. on mouseUp global CountTimer ask "Count down how many seconds?" with 300 put the milliseconds+(it*1000)into CountTimer set the backcolor of me to

Re: converting seconds to minutes seconds

1999-11-13 Thread Michael Fisher
On Fri, 12 Nov 99, Leston Drake wrote: Hi all, I've got a "countdown" clock in my app that shows time remaining. For example, I want to have it start at "5:00" (five minutes) and count down to "0:00". The formatting is important so that it reads correctly. I am using the send command to

converting seconds to minutes seconds

1999-11-12 Thread Leston Drake
Hi all, I've got a "countdown" clock in my app that shows time remaining. For example, I want to have it start at "5:00" (five minutes) and count down to "0:00". The formatting is important so that it reads correctly. I am using the send command to update it every second and to let me know