NAME

cxParamStrSet - set parameter to a string value

C SPECIFICATION

#include <cx/DataAccess.h>

cxErrorCode cxParamStrSet(cxParameter *src, char str)

FORTRAN SPECIFICATION

integer function cxParamStrSet(src, str)
integer src
character*(*) str

PARAMETERS

src
Input data structure.
str
New parameter value.

FUNCTION RETURN VALUE

Returns an integer error code enumeration.

DESCRIPTION

Sets the contents of src to the value str. The type of src is not changed. If src is of type cx_param_long or cx_param_double, str with the sscanf format %ld or %lf. cxParamStrSet returns cx_err_none on success.

SEE ALSO

cxDataAllocErrorGet(3E)
Last modified: Mon Nov 18 13:51:37 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996