Oh, a SMOP ;-)

At 12:48 PM 4/28/2006, you wrote:
It is a simple matter of hacking the code to do the brute force conversion.
Here is something that may work - probably not the best, but it works:

In place of time=time('n', thensecs, 's') use:

hh = Right(thensecs%3600,2,0)
mm = Right((thensecs-(3600*6))%60,2,0)
ss = Right(thensecs//60,2,0)
time = hh':'mm':'ss

_______________________________________
James Vincent
Systems Engineering Consultant
Nationwide Services Co., Technology Infrastructure Engineering
Mainframe, z/VM and z/Linux Support
One Nationwide Plaza  3-25-02
Columbus OH 43215-2220   U.S.A
Voice: (614) 249-5547    Fax: (614) 677-7681
mailto:[EMAIL PROTECTED]

Jim Bohnsack
Cornell Univ.
(607) 255-1760

Reply via email to