Versions Compared

Key

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

You can remove a global variable that has previously been defined by calling a removeGlobalVariable(String variableName) of the ALH API.
 

Code Block
languageperl
public void removeGlobalVariable(String variableName) {
...
}

...