Method plist/pset


  PSET set or add a key/value pairor a param-object into the parameter list.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: PSET set or add a key/value pairor a param-object
               into the parameter list. Exist the key in the parameter list
               then becomes the value the new value.
 
  CALL:        pl = pset(pl, param-object);
               pl = pset(pl, key, val);
               pl = pset(pl, key1, val1, key2, val2);
 
  REMARK:      For the input objects exist the rule that the key must always be
               followed by the value.
 
  Parameters Description
  
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class plist
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method plist/pset are listed below:
Class name plist
Method name pset
Category Helper
Package name ltpda
VCS Version 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team