_DELAY

From QB64 Wiki
Revision as of 16:49, 5 September 2017 by imported>SMcNeill (style guidelines)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page