Clipboard - Paste

Declaration

<AMCLIPBOARD ACTIVITY="paste" />

Related Topics   

Description

Pastes the contents of the clipboard into the currently focused position in a window or application.

Practical Usage

Used to insert data which was placed in the clipboard by a Clipboard - Copy, Clipboard -Cut or Clipboard - Set activity .

Parameters

This action 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

Paste the contents of the clipboard.

Copy
<AMCLIPBOARD ACTIVITY="paste" />