[<<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()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson