PX_SET_VALUE(3) Library Functions Manual PX_SET_VALUE(3)NAMEPX_set_value -- Sets various float parametersSYNOPSIS#include <paradox.h> int PX_set_value(pxdoc_t *pxdoc, const char *name, float value)DESCRIPTIONSets the float parameter name to the value value. numprimkeys The number of primary keys. Paradox databases always use the first 'numprimkeys' fields for the primary index.RETURN VALUEReturns 0 on success and -1 on failure.SEE ALSOPX_get_value(3), PX_set_parameter(3)AUTHORThis manual page was written by Uwe Steinmann uwe@steinmann.cx. PX_SET_VALUE(3)