EMPTY method (Clipboard)
Description
Clears the contents of the clipboard.
Syntax
SuccessFlag = Exec_Method( "CLIPBOARD", "EMPTY" )
Parameters
N/A
Returns
TRUE$ if the clipboard was emptied, or FALSE$ otherwise.
Remarks
N/A
Example
// Clear the clipboard contents Call Exec_Method( "CLIPBOARD", "EMPTY", DirName )
See Also
N/A