[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    Delay()

         Delays a specified number of milliseconds

    Syntax:

         Delay( nMilSeconds ) -> Nil

         nMilSeconds : Number of milliseconds to delay.

    Description:

         Waits for nMilSeconds. This function doesn't attend to the keyboard
         and only finishes when the time is completed.

         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