isDelCurr

delete the current ISAM record

SYNOPSIS

int isDelCurr( IsFile * isfd );

isfd isam file descriptor

RETURN

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

NOTES

this call will delete the currently selected record.

the original data image can be found in isfd->data on return.