nml_copynames
The _nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. _nml_copynames allows you to copy all the names from one name list to another. As name lists representing row/column names cannot be modified, _nml_copynames will be most often used to copy such names to a namelist where they can be modified, for some later use.
nml_copynames(dest, src)
dest
|
The namelist object to copy names to.
|
src
|
The namelist object from which all the names should be copied.
|
© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.