Clipboard - Copy

Declaration

<AMCLIPBOARD ACTIVITY="copy" />

Related Topics   

Description

Copies 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 creates a duplicate of the selected region of data from the currently focused window onto the clipboard in order to paste it to another window or application using the Paste activity, or by pressing CTRL+V.

Parameters

This activity has 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

Copy the selected text to the clipboard.

Copy
<AMCLIPBOARD ACTIVITY="copy" />