Encapsulates the AutoMate action in the 天ariables group, 撤opulate variable with clipboard. The method will populate the variable name you pass into it with the current contents of the clipboard.
Declaration
function PopulateFromClipboard (varVariableName As Variant) As Integer
Parameters
varVariableName
The name of the AutoMate variable to populate with the clipboard痴 contents
Description
The PopulateFromClipboard method will copy the current contents of the Windows System clipboard and put them into the variable passed by varVariableName.
The variable must already exist before the script begins by using a Create Variable step in the step building, or the CreateVar method.
The clipboard must have valid text or else the action will fail.