isGoto

goto a given ISAM record number

SYNOPSIS

int isGoto( IsFile * isfd, long recnum );

isfd isam file descriptor
recnum an existing active record number

RETURN

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

NOTES

isGoto will locate the specified record in the current index, making it the current index location.

if successful, the specified record image will be found in isfd->data.