NEW RELEASE! The 2022x Refresh2 Hot Fix 3 was released on February 28, 2025. For more information, see 2022x Refresh2 Hot Fix 3 Version News.

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) {
...
}


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

ALH.removeGlobalVariable("GLOBAL_COUNT");

Activity

All
Personal filters
All
No activities found