stgSurveyUserGlobalVarsGet

void stgSurveyUserGlobalVarsGet(DVar inKey)

Description

Return a value from SurveyUserGlobalVars

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

SurveyUserGlobalVars["Test"] = "This is a Test";

"stgSurveyUserGlobalVarsGet("Test")" will show return the value of the SurveyUserGlobalVars["Test"] which is "This is a Test"

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.