Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Infinite loop using Timer function!!!
Message
From
01/12/2000 08:32:22
 
 
To
01/12/2000 06:31:20
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00447937
Message ID:
00447964
Views:
12
maybe this helps

Public Sub MyDelay(D As Long)
Dim T As Single, T2 As Single
T = Timer + D
T2 = Timer + D - 86400
Do While T > Timer
If T >= 86400 And Timer < D Then
T = T2
End If
DoEvents
Loop
End Sub
============================================================
'C' is shorthand for Confusion, 'C++' much more confusion...
Previous
Reply
Map
View

Click here to load this message in the networking platform