isWrCurr

write the current ISAM record

SYNOPSIS

int isWrCurr( IsFile * isfd, char * data );

isfd isam file descriptor
data pointer to data record to be written

RETURN

ISTRUE, or ISFALSE, in which case the error code is returned by isErrno, or found in isfd->iserrno

NOTES

as for isWrite, but the current pointer in the current index will be set to the record just written.