Sleep interval% Suspends the execution of the next statement in the application program for the specified period of time. The expression interval% is evaluated and converted to a number of seconds. See also MDelay, Delay Example: Sleep 5 : ' Seconds |