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'})
 
  REMARK:      It is possible to use a star (*) as a wild-card.
 
  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
Package name ltpda
VCS Version 175910878ca914560542d679d9d392de37438d84
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team