Variable.SetValue
Overview
Assigns value to a specified variableSyntax
Variable.SetValue(1, 2)
| Ordinal | Type | Description | |
|---|---|---|---|
| 1 | string | Required | Name of variable |
| 2 | string | Required | Vaue to assign to variable |
Example
This sample code assigns the specified value to a variable.
Variable.SetValue("myVariable","myValue");