Moving the Read/Write Pointer

Moving the Read/Write Pointer


GoTo Top <– move read/write pointer to first record.  Optional go top with ommited “to”.
GoTo 1 <– move read/write pointer to first record.
GoTo 5 <– move read/write pointer to record 5.
GoTo Bottom <– move read/write pointer to the last record.

5 <– move read/write pointer to record 5.
1 <– move read/write pointer to first record.

GoTo RecCount()<– move read/write pointer to the last record.

Skip 1 <– move read/write pointer forward 1 to the next record.
Skip 2 <– move read/write pointer forward 2 records.
Skip -1 <– move read/write pointer backward 1 to the next record.
Skip -2 <– move read/write pointer backward 2 records.

This entry was posted in Foxpro and tagged . Bookmark the permalink.

Leave a comment