Method plist/subset


  SUBSET returns a subset of a parameter list.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SUBSET returns a subset of a parameter list.
 
  CALL:        p = subset(pl, 'key')
               p = subset(pl, search_pl)
               p = subset(pl, 'key1', 'key2')
               p = subset(pl, {'key1', 'key2'})
 
  A warning is given for any key not in the original plist.
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class plist
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
KEYS '' none The keys to search for.
back to top back to top

Some information of the method plist/subset are listed below:
Class name plist
Method name subset
Category Helper
CVS Version 1af0b21675e8089cbd0dd1d95314adeb4a9a0023
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team