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