Clears the contents of the clipboard.
SuccessFlag = Exec_Method( "CLIPBOARD", "EMPTY" )
N/A
TRUE$ if the clipboard was emptied, or FALSE$ otherwise.
// Clear the clipboard contents Call Exec_Method( "CLIPBOARD", "EMPTY", DirName )