#ExecuteDelay – System Variable






#ExecuteDelay Documentation


Description

The #ExecuteDelay system variable slows down a running script by inserting a small pause between every statement.

Syntax

#ExecuteDelay=<value>

Parameters

<value>, integer, number of ticks to pause between each statement execution. The default value is 0. A tick is around 1/100 second.

See also

#SendKeysDelay

Example

' Delay 10 ticks between each statement 
#ExecuteDelay=10