I have it sorted you have to use a back slash to clear the decimals and not
a forward slash
thanks for your help...
User Profile
Collapse
-
I seem to have got it sorted but I am now getting a lot of decimal numbers after
the minutes were as I just want a short format of the time?...Leave a comment:
-
The code is part of a countdown timer for an application to terminate after a given time, but I am unsure how to convert the seconds to minutes
As it is counting down in seconds.
Thanks for your reply....Leave a comment:
-
Help to convert seconds to minutes needed
Hello everyone I am trying to find a way to convert seconds to minutes in the script below -
[code=vb]
Private Sub cmdBegin_Click( )
On Error Resume Next
n = Val(txttime.Tex t) * 60
tmrClock.Enable d = True
cmdStop.Enabled = True
End Sub
Dim n As Integer
Private Sub cmdStop_Click()
tmrClock.Enable d = False
Label1.Caption = "Enter Time In...
No activity results to display
Show More
Leave a comment: