.TH "PX_PUT_RECORD" "3" .SH "NAME" PX_put_record \(em Stores record in Paradox file .SH "SYNOPSIS" .PP #include .PP int PX_put_record(pxdoc_t *pxdoc, char *data) .SH "DESCRIPTION" .PP Stores a record in the buffer \fBdata\fP into a Paradox file. \fBdata\fP must be constructed with PX_put_data_xxx(3) functions before. It is of the same structure as the record returned by PX_get_record(3) and PX_get_record2(3). .PP The new record will be stored after the last one added. .SH "RETURN VALUE" .PP Returns the record position on success and \-1 on failure. The first position has number 0. .SH "SEE ALSO" .PP \fBPX_get_record(3)\fP, \fBPX_get_record2(3)\fP, \fBPX_put_recordn(3)\fP, \fBPX_put_data_byte(3)\fP, \fBPX_put_data_short(3)\fP, \fBPX_put_data_long(3)\fP, \fBPX_put_data_double(3)\fP, \fBPX_put_data_alpha(3)\fP .SH "AUTHOR" .PP This manual page was written by Uwe Steinmann uwe@steinmann.cx. .\" created by instant / docbook-to-man