_DELAY

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search

The _DELAY statement suspends program execution for a SINGLE value of seconds.


Syntax

_DELAY seconds!


Description

  • seconds! is the time to wait, accurate to nearest millisecond (.001).
  • While waiting, cpu cycles are relinquished to other applications.
  • Delays are not affected by midnight timer corrections.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage