|
getVariable()Method that retrieves the value currently stored in a variable. Boundary variables are carried over from one iteration of the Boundaries script to the next, while native JavaScript variables are not.
getVariable(varName)varName String name of the variable from which the value is to be retrieved. If the variable does not exist, the value |
|