$createTemporaryVar
$createTemporaryVar
will create a new variable.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
table | string | Variable table. | true |
…vars | string | Variable name and value, separated by colon (: ). | true |
Example(s)
This will create a new variable with the name of “variable” and the value of “value”:
This will create two new variables with names “variable1” and “variable2”, with “value1” and “value2” as the values respectively.
You can add more variables by adding another pair of variable names and values, ensuring that each variable is separated with semicolons.