Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Clipper Tools One Guide - <b>waclose()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
WACLOSE()

Syntax:     WACLOSE()

Returns:    A number.
            0 for successful execution
            1 in the event of an error

Usage:      This function will close all active windows.

            WACLOSE() will return the error value of -1 if no window
              has been opened with WOPEN(); otherwise 0 is returned.

Library:    CT1.LIB


--------------------------------- Example ------------------------------

Examples:   WOPEN( ... )       && Several windows will be
            WOPEN( ... )       && opened
            WOPEN( ... )
                ...
            WCLOSE()           && Closes all windows



See Also: WCLOSE()

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