JavaScript Variable Scope

Using JavaScript Variables

JavaScript variables can be declared in the Edit Script window in the event system. The following rules should be known if you plan to use variables in JavaScipt:

1. Var = localvariable: The standard variable declaration var = creates a local variable on the specific object with the Run Script command.

If you create a JavaScript variable on one object, then the same variable cannot be used on another object.

Example:

2. store.set() and store.get(): JavaScript also allows variables that can be stored, so a specific value remains constant while