ClipboardPaste Method

Action2 Example

 

Encapsulates the AutoMate™ action in the “Clipboard” group, “Paste.” The method pastes the current contents of the system clipboard at the user-selected location.

 

Declaration

function ClipboardPaste () As Integer

 

Parameters

 None

 

Description

The ClipboardPaste method pastes the contents of the system clipboard to the current user selection. AutoMate™ does this by simulating a “Ctrl-V” keyboard sequence. It is up to the user to ensure the desired contents are on the clipboard and the selection (e.g., cursor or pointer) is in the appropriate place before calling the ClipboardPaste method.