954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?

Delay

0
By Sparkplug188 on Jun 12th, 2005 10:13 pm

This is a very basic way to make a delay that someone new to VB might be able to use.

delayTime = 0.0000116 * t   't is the number of seconds the delay will last                      
tempTime = Time

Do Until Time > tempTime + delayTime
   DoEvents
Loop

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You