☜ | KVALUEM[UMPS] by Example | ☞ |
Approved for inclusion in a future M[UMPS] language standard.
KValue ^A(3)
deletes the value of global variable ^ABC(3), without affecting
descendants of this variable.
KValue (A,B,C)
deletes the value of all unsubscripted local variables, except
for the variables A, B and C. All
subscripted occurrences of local variables are unaffected.
Examples with naked references:
KValue VARIABLE
Set ^ABC(1,2)="reset naked indicator"
; naked indicator is now ^ABC(1,
KValue ^(3,4)
; naked indicator is now: ^ABC(1,3,
; Actual reference is: ^ABC(1,3,4)
Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.
The information in this page is
NOT authoritative and subject to be modified
at any moment.
Please consult the
appropriate (draft) language standard for an
authoritative definition.
Some specifications are "approved for inclusion in a future standard". Note that the MUMPS Development Committee cannot guarantee that such future standards will indeed be published.
This page most recently updated on 13-Sep-2014, 18:14:13.
For comments, contact Ed de Moel (demoel@jacquardsystems.com)