Dan,

Here's a strategy -- number of seconds in the hours, plus number of seconds
in the minutes, plus seconds:

SET VAR vtotalseconds INT = +
    (  (IHR(.drive) * 60 * 60) + (IMIN(.drive) * 60) + (ISEC(.drive)) )

Bill

On Tue, Apr 29, 2008 at 4:43 PM, Dan <[EMAIL PROTECTED]> wrote:

>  Well, that makes sense... very well said.
>
> so Now I just have to figure how to convert 01:33:07 to an integer  add it
> and convert it back for the footer
>
>

Reply via email to