Contents
- Index
Delay (command)
DELAY <MS=MilliSeconds>
Delay the running of the macro by the required Milliseconds. Use to slow down the macro without having to issue PAUSE commands. Useful to see what is happening after a command or for general debugging. Each time you use the DELAY command the macro "sleeps" for the given amount of time in milli seconds.
MS = The number of milli seconds to delay, 1000 = 1 second
Alpha List Category List