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