Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the global variable specified by the given variable name is present in the scripting environment, this method will return true. Otherwise, it returns false.

Code Block
languagetext
public boolean isGlobalVariable(String variableName) {
...
}

...