|
-
Jan 15th, 2000, 05:10 PM
#1
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 ...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|