Clipboard - Cut

Declaration

<AMCLIPBOARD />

Related Topics   

Overview

Cuts the selected text from the current window and adds it to the clipboard.

Practical usage

Used to transfer 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 be inserted into 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

The following cuts the selected text from the current window and places it in the clipboard.

Copy
<AMCLIPBOARD ACTIVITY="cut" />