Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Books 1-3 - <b>millisec()</b> http://www.X-Hacker.org [<<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


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