M[UMPS] Commands

KS[UBSCRIPTS]

Approved for inclusion in a future ANSI M[UMPS] language standard.

KSUBSCRIPTS MYVAR
deletes any subscripts of MYVAR without affecting the value of the unsubsctipted local variable.

KSUBSCRIPTS (A,B,C)
deletes all subscripted occurrences of all local variables, except for the descendants of local variables A, B and C.

Examples with naked references:

KSUBSCRIPTS VARIABLE
SET ^ABC(1,2)="reset naked indicator"
; Naked indicator is now ^ABC(1,
KSUBSCRIPTS ^(3,4)

; Naked indicator is now: ^ABC(1,3,
; Actual reference is: ^ABC(1,3,4)


This document is © Ed de Moel, 1995-2005.
It is part of a book by Ed de Moel that is published under the title "M[UMPS] by Example" (ISBN 0-918118-42-5).
Printed copies of the book are no longer available.

This document describes the various commands that are defined in the M[UMPS] language standard (ANSI X11.1, ISO 11756).

The information in this document is NOT authoritative and subject to be modified at any moment.
Please consult the appropriate (draft) language standard for an authoritative definition.

In this document, information is included that will appear in future standards.
The MDC cannot guarantee that these 'next' standards will indeed appear.