|
|
|
|
|
| | |
|
Active Server Pages what is asp programming how to sample asp example code scripts software asp forum mail sessions applications global.asa CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Re: Delay Function |
From: |
Arne |
Date: |
10/12/2000 6:00:53 AM |
IP: |
62.58.28.118 |
I dont know if this script occupies the CPU but its working fine.
<% Sub Delay(DelaySeconds)
SecCount = 0
Sec2 = 0
While SecCount < DelaySeconds + 1
Sec1 = Second(Time())
If Sec1 <> Sec2 Then
Sec2 = Second(Time())
SecCount = SecCount + 1
End If
Wend
End Sub
%> |
Previous Message
|
|
|
|
|
|
|
|
|
|
|
|