Versions Compared

Key

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

...

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



The following code fragment shows how to remove a global variable, e.g., GLOBAL_COUNT, that was previously defined through ALH API.

Code Block
languagetext
ALH.removeGlobalVariable("GLOBAL_COUNT");