NAME

cxParamStrNew - create a parameter of type string

C SPECIFICATION

#include <cx/DataAccess.h>

cxParameter *cxParamStrNew(const 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 cxDataManAbortOnError for more details on writing portable module code that copes well with limited memory.

SEE ALSO

cxDataManAbortOnError



[ Documentation Home ]