Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Fast Library For Clipper 3.02 Reference - <b>delay()</b> http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson