void stgVarsSet(DVar inKey, DVar inValue)
Description
Set a value to the Vars
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inKey | DVar | The identifier of the value you wish to retrieve |
inValue | DVar | The value you wish to set |
Return Type
void
Example
Vars["Test"] = "This is a Test";
"stgVarsSet("Test", "Completed")" will set the value 'Completed' to the Vars["Test"].
Comments
Please sign in to leave a comment.