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

cxDataAllocErrorGet(3E)
Last modified: May 27 12:44 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999