stgGlobalVarsSet

void stgGlobalVarsSet(DVar inKey, int inValue)

Description

Sets a value from GlobalVars

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

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

"stgGlobalVarsSet("Test", "Completed")" will set the answer 'Completed' as the value of the GlobalVars["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.