on upDateTimer
global gtheSecs,gtheSecsLong
add 1 to gtheSecs
put gtheSecs into gtheSecsLong
convert gtheSecsLong to long time
put empty into char 1 to 2 of gtheSecsLong -- removes initial hour and colon, leaves minutes and seconds
put gtheSecsLong into field "Time"
send "updateTimer" to me in 1 second
end upDateTimer
Mark
On Friday, August 22, 2003, at 09:11 AM, J. Landman Gay wrote:
Is there a numberformat or other option that will display seconds in standard 00:00:00 format?
get the seconds convert it to long time put it
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
