[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
+---------------------------------+
| SKIP |
+---------------------------------+
SKIP
[<expN1>]
[IN <expN2> | <expC>]
-----------------------------------
Moves database record pointer.
-----------------------------------
<expN1>
Issuing SKIP without <expN1> advances record pointer to next record.
If an index is in use, the sequence of the records is the same as the
key sequence in the master index file of the database.
If <expN1> is a positive number, record pointer moves towards end of
file <expN1> records. If <expN1> is a negative number, record pointer
moves towards beginning of file <expN1> records.
IN <expN2> | <expC>
SKIP can move the record pointer in database files in other work areas.
You can move the record in another work area by including the work area
number <expN2>, or the database alias <expC>.
-----------------------------------
See Also: GO, SET DELETED, SET FILTER, RECNO()
-----------------------------------
See Also:
GO
SET DELETED
SET FILTER
RECNO()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson