|
setVariable()This method sets a variable in the Boundary variables are carried over from one iteration of the Boundaries script to the next, while native JavaScript variables are not.
setVariable(varName, varValue)Sets variable varName to value varValue. varName String name of the variable of which the value is to be set. varValue Object; value to which the variable has to be set. ExampleThis script examines a specific region and stores its contents in a variable in the boundaries.
|
|