Variable.SetValue

Overview

Assigns value to a specified variable

Syntax

Variable.SetValue(1, 2)

Function Properties

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");
Last Updated: Jun 8, 2021