![]() ![]() |
Reference Type: Supported, Category: Toolkit—Parameter Tools, ICR#: 2263
The NDEL^XPAR API deletes the value for all instances of a parameter for a given entity.
REF: For descriptive information about the elements and how they are used in the callable entry points into XPAR, see the “Definitions” section in the "Toolkit—Parameter Tools" section in the Kernel 8.0 & Kernel Toolkit 7.3 Developer's Guide.
NDEL^XPAR(entity,parameter[,.error])
entity: |
(required) Entity can be set to the following:
This works for the following entities:
|
parameter: |
(required) Can be passed in external or internal format. Identifies the name or internal entry number (IEN) of the parameter as defined in the PARAMETER DEFINITION (#8989.51) file. |
.error: |
(optional) If used, must be passed in by reference. It returns any error condition that may occur:
|
>D NDEL^XPAR(“SYS”,”XPAR TEST MULTI FREE TEXT”,.ERROR) |