[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MILLISEC()
 Time delay in milliseconds
------------------------------------------------------------------------------
 Syntax

     MILLISEC(<nDelay>) --> cNull

 Argument

     <nDelay>  Designates the number of milliseconds the function waits.
     You can specify values between 1 and 65535.

 Returns

     The MILLISEC() function always returns a null string.

 Description

     This function allows you to designate a time delay in milliseconds.

 Example

     Pause for different time delays:

     MILLISEC(1)                 // 1 millisecond time delay
     MILLISEC(100)               // 0.1 seconds
     MILLISEC(1000)              // 1 second


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson