guides:programming:programmers_reference_manual:empty_method_clipboard

EMPTY method (Clipboard)

Clears the contents of the clipboard.

SuccessFlag = Exec_Method( "CLIPBOARD", "EMPTY" )

N/A

TRUE$ if the clipboard was emptied, or FALSE$ otherwise.

N/A

 
// Clear the clipboard contents

   Call Exec_Method( "CLIPBOARD", "EMPTY", DirName )
 
 
 

N/A

  • guides/programming/programmers_reference_manual/empty_method_clipboard.txt
  • Last modified: 2023/10/25 10:49
  • by 127.0.0.1