Sets the value of a MUMPS global node.
Arguments
Argument | Data Type | Required | Description |
---|---|---|---|
globalName | string | Yes | The name of the global to examine |
subscripts | array | Yes | An array of subscripts. Can be empty. |
value | any | Yes | The value to be set. |
Return Value
None.
0 Comments