Method plist/pop
POP remove a parameter from the parameter list and return its value.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
DESCRIPTION: POP remove a parameter from the parameter list and return
its value. This method always modifies the input plist.
CALL: pl = pop(pl, 2) - removes 2nd in the list
pl = pop(pl, 'key') - removes parameter called 'key'
Parameters Description
VERSION: $Id: remove.m,v 1.23 2010/11/16 12:42:06 ingo Exp $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
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 |
back to top
Some information of the method plist/pop are listed below: |
Class name |
plist |
Method name |
pop |
Category |
Helper |
CVS Version |
$Id: remove.m,v 1.23 2010/11/16 12:42:06 ingo Exp $ |
Min input args |
1 |
Max input args |
-1 |
Min output args |
1 |
Max output args |
-1 |
|
Method: plist/nparams |
|
Method: plist/pset |
 |
©LTP Team