![]() ![]() |
Reference Type: Supported, Category: Toolkit—Parameter Tools, ICR#: 2263
The REP^XPAR API replaces the value of an instance with another value.
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.
REP^XPAR(entity,parameter,currentinstance,newinstance[,.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. |
currentinstance: |
(required) The instance for which the value is currently defined. |
newinstance: |
(required) The instance to which you want to assign the value that is currently assigned to currentinstance. |
.error: |
(optional) If used, must be passed in by reference. It returns any error condition that may occur:
|