SLEEP Command
SLEEP — Pause for a number of seconds.
Introduction
The SLEEP command causes the execution
of a program to pause for a number of seconds.
Arguments
seconds
|
Any data reference as well as a numeric value that represents the
number of seconds to pause.
|
Example
. . .
. . .
MESSAGE "Record has been updated."
SLEEP 3
. . .
. . .