{{DISPLAYTITLE:_DELAY}} The [[_DELAY]] statement suspends program execution for the specified number of seconds. {{PageSyntax}} :[[_DELAY]] {{Parameter|seconds!}} {{Parameters}} * {{Parameter|seconds!}} is the time to wait, accurate to nearest millisecond (.001). {{PageDescription}} * While waiting, CPU cycles are relinquished to other applications. * Delays are not affected by midnight timer corrections. {{PageSeeAlso}} * [[_LIMIT]] * [[TIMER]] * [[ON TIMER(n)]] {{PageNavigation}}