The Pause= command allows the macro to wait a certain number of seconds before continuing. Square brackets "[]" symbolize entries to be replaced.
Usage: Pause=[Seconds].
For example:
ChangeModule=DBM
Pause=2
SendKeys={Enter}{Enter}
This example pauses for 2 seconds after switching to Database Manager before the [Enter] key is sent twice.