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
  
  VERSION:     $Id: pset.m,v 1.25 2011/04/08 08:56:20 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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
CVS Version $Id: pset.m,v 1.25 2011/04/08 08:56:20 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team