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