[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Function: Delay()
Delay() simply delay's the computer by Looping for
a specified amount of time. This function comes in
handy with Sound() to generate some tones.
Syntax: Delay(<nDuration>)
Arguments: <nDurarion> is the time in timer ticks to delay the
computer, a tick occurs 18.2 times per second, so
about every 55ms.
Returns: Nothing.
Usage: See Sound() example.
See Also:
Sound()
NoSound()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson