1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-06 01:10:23 +00:00
QB64-PE/internal/help/_DELAY__11111.txt
Roland Heyder 6912727753 Update help files
Help file snapshot as of 07/31/2022.
2022-07-31 23:57:56 +02:00

24 lines
524 B
Plaintext

{{QBDLDATE:07-31-2022}}
{{QBDLTIME:23:37:12}}
{{DISPLAYTITLE:_DELAY}}
The [[_DELAY]] statement suspends program execution for a [[SINGLE]] value of seconds.
{{PageSyntax}}
:[[_DELAY]] {{Parameter|seconds!}}
{{PageDescription}}
* {{Parameter|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.
{{PageSeeAlso}}
* [[_LIMIT]]
* [[TIMER]]
* [[ON TIMER(n)]]
{{PageNavigation}}