void stgSurveyGlobalVarsSet(DVar inKey, int inValue)
Description
Sets a value from SurveyGlobalVars
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
SurveyGlobalVars["Test"] = "This is a Test";
"stgSurveyGlobalVarsSet("Test", "Completed")" will set the answer 'Completed' as the value of the SurveyGlobalVars["Test"]
Comments
Please sign in to leave a comment.