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
 
  VERSION:     $Id: subset.m,v 1.6 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
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 $Id: subset.m,v 1.6 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