setVariable
Sets the selected value of the variable
Description
vcc.setVariable(name, value)
Sets the value of a variable.
Parameters
name
(string) The name of the variable to set.
value
(any) The value to set for the variable.
Return values
none
Example
vcc.setVariable('city', 'Budapest');
Comments
Can’t find what you need? Use the comment section below to connect with others, get answers from our experts, or share your ideas with us.
There are no comments yet.