[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
Delay()
Delays a specified number of milliseconds
Syntax:
Delay( nSeconds ) -> Nil
nSeconds : Number of seconds to delay.
Description:
Waits nSeconds do nothing. It doesn't attend to the keyboard
and only finish when the time is down.
The precision is to the millisecond, is that to say, 0.001.
Return:
Nothing.
Example:
Delay ( 0.5 ) // Delay 0.5 seconds
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson