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:
  • The sample AML code below can be copied and pasted directly into the Steps Panel of the Task Builder.
  • Parameters containing user credentials, files, file paths, and/or other information specific to the task must be customized before the sample code can run successfully.

Description

Cut the selected text to the clipboard.

Copy
<AMCLIPBOARD ACTIVITY="cut" />