Deletes the value of a MUMPS global, along with its children.
Arguments
Argument | Data Type | Required | Description |
---|---|---|---|
globalName | string | Yes | The name of the global to examine |
subscripts | array | No | An array of subscripts |
Return Value
mumps.kill() does not return a value.
Add Comment