[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    WinCloseClip()

         Closes the win 3 clipboard

    Syntax:

         WinCloseClip() -> lOk

    Description:

         Closes the win 3 clipboard if windows is running.

    Return:

         A logic value indicating if an error is found.

    Example:

         If WinOpenClip()
           ? WinClipSize()
           If ! WinCloseClip()
             ? "Error closing clipboard"
           EndIf
         Else
           "Error opening clipboard"
         EndIf

See Also: WinClipSize() WinOpenClip()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson