resetmodpar
resetmodpar |
Purpose
Remove a parameter from a model parameter string.
Synopsis
procedure resetmodpar(plist:text, pname:string)
Arguments
plist
|
Text object storing the parameters
|
pname
|
Parameter name
|
Further information
1. This function helps in building the model parameter string to be passed to the
run procedure by removing a parameter definition (previously set with
setmodpar) from a parameter string. The
plist text is left unchanged if the requested parameter cannot be found.
2. It is expected that the provided text string is either empty or composed of a list of assignments of the form
"pname=val,pname2=val2...".
Related topics
Module