#include <cx/DataAccess.h> cxErrorCode cxParamStrSet(cxParameter *src, const char *str)
integer function cxParamStrSet(src, str) integer src character*(*) str
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.
See cxDataManAbortOnError for more details on writing portable module code that copes well with limited memory.