Jan 15th, 2000, 04:10 PM
Hello i am trying to make a little progi that just gives me the time passes from one time to anouter This is how i am doing this :
Makeing one time with the old velue [OldV = timer] after about 15 secondes i make the new velue [Newv = timer ]
total = abs(newv -oldv)
TP = (Format(CStr(Int((Total / 60) / 60) & Int(Total / 60) & Tot Mod 60), "00:00:00"))
print tp
'this will print the time passed in the ##:##:## format and to reconvert it i use :
TSec = Int(((Hour(TP)* 60) * 60) + Int((Minute(TP)* 60)) + Int(Second(TP))
--------------------------------------------
But there is something wrong with the code becuse i am have truble with it Please help if you can , thank you ...
Makeing one time with the old velue [OldV = timer] after about 15 secondes i make the new velue [Newv = timer ]
total = abs(newv -oldv)
TP = (Format(CStr(Int((Total / 60) / 60) & Int(Total / 60) & Tot Mod 60), "00:00:00"))
print tp
'this will print the time passed in the ##:##:## format and to reconvert it i use :
TSec = Int(((Hour(TP)* 60) * 60) + Int((Minute(TP)* 60)) + Int(Second(TP))
--------------------------------------------
But there is something wrong with the code becuse i am have truble with it Please help if you can , thank you ...