NAME
cxParamStrNew
- create a parameter of type string
C SPECIFICATION
#include <cx/DataAccess.h>
cxParameter *cxParamStrNew(char *str)
FORTRAN SPECIFICATION
integer function cxParamStrNew (str)
character * (*) str
PARAMETERS
-
str
-
Initial parameter value.
FUNCTION RETURN VALUE
Returns a pointer to a new parameter of type string.
DESCRIPTION
Creates a null-terminated character string parameter and sets its
string value.
SEE ALSO
cxDataAllocErrorNew(3E)
Last modified: Mon Nov 18 13:51:36 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996