ClipboardCut Method

Action2 Example

 

Encapsulates the AutoMate™ action in the “Clipboard” group, “Cut.” The method cuts the current user selection to the system clipboard.

 

Declaration

function ClipboardCut () As Integer

 

Parameters

 None

 

Description

The ClipboardCut method cuts the current user selection to the system clipboard. AutoMate™ does this by simulating a “Ctrl-X” keyboard sequence. It is up to the user to first select the appropriate text or object to be cut to the clipboard before calling the ClipboardCut method, and to ensure that the focused application supports “Ctrl-X” as the cut command.