|
-
December 17th, 1999, 04:18 PM
#1
time
how do i make it so that my form will pause for a small amount of time?
i have tried the code
Public Sub Time_Timeout(howlong)
current = Timer
Do While Timer - current < Val(howlong)
DoEvents
Loop
End Sub
but it keeps saying current is not defined. How would I define current to timer? Or, how would I make my form pause for a limited amount of tme?
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
|