XPAR ; SLC/KCM - Parameters File Calls ;11/03/2003 16:17
Source file <XPAR.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
ADD(ENT,PAR,INST,VAL,ERR) | ; add new parameter instance
|
|
CHG(ENT,PAR,INST,VAL,ERR) | ; change parameter value for a given instance
|
|
DEL(ENT,PAR,INST,ERR) | ; delete a parameter instance
|
|
REP(ENT,PAR,INST,NEWINST,ERR) | ; replace existing instance value
|
|
PUT(ENT,PAR,INST,VAL,ERR) | ; add/update, bypassing input transforms
|
|
PUT1 | ; ; called here from old entry point EN^ORXP
|
|
EN(ENT,PAR,INST,VAL,ERR) | ; add/change/delete parameters
|
|
UPD | ; ; enter here if transaction type known
|
|
UPD1 | ; ; enter here if data already validated
|
|
NDEL(ENT,PAR,ERR) | ; Delete all instances of a parameter for an entity
|
|
GET(ENT,PAR,INST,FMT) | ; function - returns a parameter value
; INST: instance, defaults to 1 (external or `internal) ; FMT: format of returned data, defaults to "Q" (internal values) ; "Q" - quick, returns internal value ; "I" - internal, returns internal value, inst must be internal ; "E" - external, returns external value ; "B" - both, returns internal value^external value |
|
GETWP(WPTEXT,ENT,PAR,INST,ERR) | ; get value of word processing type
; .WPTEXT: array in which the word processing text is returned ; WPTEXT contains the title (VALUE field) ; WPTEXT(n,0) contains the actual text ; INST: instance, defaults to 1 (internal only - XPARCHK not defined) |
|
GETLST(LIST,ENT,PAR,FMT,ERR,GBL) | ; return all parameter instances for an entity
; .LIST: array in which instances are returned ; FMT: format of returned data, defaults to "Q" (internal values) ; "I" - internal instance)=internal value ; "Q" - quick, #)=internal instance^internal value ; "E" - external, #)=external instance^external value ; "B" - both, #,"N")=internal instance^external instance ; #,"V")=internal value^external value ; "N" - external instance)=internal value^external value ; GBL: Set to 1 if LIST holds a Closed Global root |
|
ENVAL(LIST,PAR,INST,ERR,GBL) | ; return all parameter instances
; .LIST: array of returned entity/instance/values in the format: ; LIST(entity,instance)=value (LIST = # of array elements) ; or a Closed Global root ($NA(^TMP($J))) ; PAR: parameter in external or internal format ; INST: instance (optional) in external or internal format ; ERR: error (0 if no error found) ; GBL: Set to 1 if LIST holds a Closed Global root |
|
FileNo | Call Tags |
---|---|
^XTV(8989.5 - [#8989.5] | Classic Fileman Calls |