Clipboard - Cut

Declaration

<AMCLIPBOARD />

Related Topics   

Description

Cuts the selected text to the clipboard.

Practical usage

Used to simulate the user interaction technique of transferring text, data, files or objects from a source to a destination. This activity removes the selected data from its original position and places it in the clipboard. The data in the clipboard can then be inserted onto the position where the Paste activity is issued.

Parameters

This activity contains no parameters.

Description

Error Causes

On Error

Example

NOTE:
  • Copy and paste the sample AML code below directly into the Task Builder Steps Panel.
  • To successfully run the sample code, update parameters containing user credentials, files, file paths, or other information specific to the task to match your environment.

Description

Cut the selected text to the clipboard.

Copy
<AMCLIPBOARD ACTIVITY="cut" />