SendVar Method

Action2 Example

 

Encapsulates the AutoMate action in the 天ariables group, 鉄end variable. The method sends the contents of an AutoMate variable as keystrokes.

 

Declaration

function SendVar (varVarName As Variant) As Integer

 

Parameters

varVarName

 The name of the AutoMate variable to send.

 

Description

Use the SendVar method to send the contents of an AutoMate variable as keystrokes.

 

This method call is the same as using the SendKeystrokes method and setting the varKeysToSend to an AutoMate variable.