NAME

cxParamLongSet - set parameter to an integer value

C SPECIFICATION

#include <cx/DataAccess.h>

cxErrorCode cxParamLongSet (cxParameter *src, long val)

FORTRAN SPECIFICATION

integer function cxParamLongSet (src, val)
integer src
integer val

PARAMETERS

src
Input data structure.
val
New parameter value.

FUNCTION RETURN VALUE

Returns an integer error code enumeration.

DESCRIPTION

Sets the contents of src to the value val. The type of src is not changed. If src is of type cx_param_string, the val is converted to a character string in decimal. cxParamLongSet returns cx_err_none on success.

SEE ALSO

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