|
setVariable()Method that sets a variable to the specified value, automatically creating the variable if it doesn't exist yet. Related Object: Boundaries.setVariable(varName, varValue)Sets variable varName to value varValue. varName String name of the variable from which the value is to be set. varValue Object Example |
|