#include <cx/DataAccess.h> cxParameter *cxParamDup(cxParameter *src)
integer function cxParamDup(src) integer src
Creates a duplicate of the parameter src, and returns a pointer to the duplicate. The new parameter has the same type and value as src.
See cxDataManAbortOnError for more details on writing portable module code that copes well with limited memory.