SendVar Method

Action2 Example

 

Encapsulates the AutoMateÖ action in the ôVariablesö group, ôSend 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.