You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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

public void removeGlobalVariable(String variableName) {
...
}