Variable.SetValue

Overview 

Assigns value to a specified variable

Syntax 

Variable.SetValue(1, 2)

Function Properties 

OrdinalTypeDescription
1stringRequiredName of variable
2stringRequiredVaue to assign to variable

Example 

This sample code assigns the specified value to a variable.

1Variable.SetValue("@myVariable","myValue");