Forum Discussion
MikeSchmid
12 years agoOccasional Contributor
I use TC with vbscript.
for a delay I use:
BuiltIn.Delay(x) where x is the number of milliseconds to be delayed. So if you wanted a 5 second delay for example you would do.
BuiltIn.Delay(5000)
for a delay I use:
BuiltIn.Delay(x) where x is the number of milliseconds to be delayed. So if you wanted a 5 second delay for example you would do.
BuiltIn.Delay(5000)