Pause/lock your application(for any length of time) at any moment with these few lines of code.
Pause/lock your application(for any length of time) at any moment with these few lines of code.
API Declarations
Dim SECONDS_TO_WAIT As String
Rate Pause/lock your application(for any length of time) at any moment with these few lines of code.
(1(1 Vote))
SECONDS_TO_WAIT = "90"
ORIGINAL_TIME = DateTime.Time
Do Until DateDiff("s", ORIGINAL_TIME, DateTime.Time, 0, 0) > _
Val(SECONDS_TO_WAIT)
Loop
Pause/lock your application(for any length of time) at any moment with these few lines of code. Comments
No comments yet — be the first to post one!
Post a Comment