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>waclose()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 WACLOSE()
 Closes all windows
------------------------------------------------------------------------------
 Syntax

     WACLOSE() --> nError

 Returns

     WACLOSE() returns 0 when successful or -1 if an error occurs.

 Description

     This function closes all windows in a work session.  If no windows were
     opened with WOPEN(), then WACLOSE() returns a value of -1.  If windows
     were opened with WOPEN(), then WACLOSE() returns a value of 0.

 Example

     WOPEN( ... )            // Many windows will be opened
     WOPEN( ... )
     WOPEN( ... )

     WACLOSE()               // Close all windows!


See Also: WCLOSE()

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