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>getboxgrow()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 GETBOXGROW()
 Gets the time delay with which boxes are opened
------------------------------------------------------------------------------
 Syntax

     GETBOXGROW() --> nTimeDelay

 Returns

     GETBOXGROW() returns the value set in SETBOXGROW() for the delay in
     creating a box.

 Description

     GETBOXGROW() retrieves the time delay that a box in "grow" mode has when
     it is opened.

 Example

     Here is an example of a box with 10 milliseconds between each growth
     step:

     SETBOXGROW(10)
     WOPEN(2, 2, 23, 78)            // Sets box coordinates only
     WBOX()                         // Generates box with delay
     ? GETBOXGROW()                 // Result: 10


See Also: SETBOXGROW()

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