The DeleteLocalObject() NWScript command deletes a local variable when that variable holds an object.
It is not an error to delete a variable that does not exist.
Definition
void DeleteLocalObject (object oObject, string sVarName)
The DeleteLocalObject() NWScript command deletes a local variable when that variable holds an object.
It is not an error to delete a variable that does not exist.
void DeleteLocalObject (object oObject, string sVarName)