Moves a record pointer forward or backward in a file.
Operation Notes |
 |
The logical record pointer is repositioned in key sequence. The spacing is based on the primary key unless an alternate key has been specified in a prior call to FFINDN, FFINDBYKEY, or FREADBYKEY.
This intrinsic reads the advance flag and advances to the next record if the flag is set to TRUE. It sets the logical record pointer and the physical pointer to the appropriate record. When its function is completed, it sets the advance flag to FALSE.
Note that because this intrinsic reads the advance flag, spacing might be affected by a preceding call to an FREAD or FREADC intrinsic. FREAD and FREADC set the advance flag to TRUE. If the
FSPACE intrinsic is then called, it advances one record before moving back or ahead the specified number of records.