_DELAY = <seconds>
_DELAY is used to set the internal setting of the script. It is used to control the amount of delay time before SEND command actually sends each set of the keystrokes to an application. This is to overcome the problem with some applications that absorb the keystroke typeahead. _DELAY is normally placed in the very beginning of the script file.
Example:
'-- Set delay between SEND commands to half a second
_DELAY = 0.5
See Also