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
Sets for this method … |
Default |
Default |
no description |
Key |
Default Value |
Options |
Description |
KEYS |
'' |
none |
The keys to search for. |
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 |
3542afe99dea25c636b7ac3b82a9f6f8be9d447d |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: plist/string |
|
Method: plist/type |
 |
©LTP Team