RE: VBScript - Wait
by "Shull, Conrad" <cshull(at)shscares.org>
|
| Date: |
Tue, 14 Nov 2000 12:02:28 -0500 |
| To: |
"'hwg-languages(at)hwg.org'" <hwg-languages(at)hwg.org> |
| |
todo: View
Thread,
Original
|
|
This is the only kludge I can figure (and may not be all that useful, since
it's not really waiting, but just keeping itself busy doing something else
for a set period of time).
<%
' Stop for five seconds
TimeEnd = Timer + 5
Do While Timer < TimeEnd
Loop
%>
- Conrad Shull
HWG: hwg-languages mailing list archives,
maintained by Webmasters @ IWA
This page is part of a preserved archive of archives.hwg.org. The site is no longer active and its content is not maintained. For enquiries about this archive, write to archive(at)iwanet.org.