void stgSurveyGlobalVarsGet(DVar inKey)
Description
Return 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 |
Return Type
void
Example
SurveyGlobalVars["Test"] = "This is a Test";
"stgSurveyGlobalVarsGet("Test")" will show return the value of the SurveyGlobalVars["Test"] which is "This is a Test"
Comments
Please sign in to leave a comment.