Browse a database file
| Key | Meaning |
| Left | Move one column to the left (previous field) |
| Right | Move one column to the right (next field) |
| Up | Move up one row (previous record) |
| Down | Move down one row (next record) |
| Page-Up | Move to the previous screen |
| Page-Down | Move to the next screen |
| Ctrl Page-Up | Move to the top of the file |
| Ctrl Page-Down | Move to the end of the file |
| Home | Move to the leftmost visible column |
| End | Move to the rightmost visible column |
| Ctrl Left | Pan one column to the left |
| Ctrl Right | Pan one column to the right |
| Ctrl Home | Move to the leftmost column |
| Ctrl End | Move to the rightmost column |
| Esc | Terminate BROWSE() |
| Record ###/### | Current record number / Total number of records. |
| <none> | There are no records, the file is empty. |
| <new> | You are in append mode at the bottom of file. |
| <Deleted> | Current record is deleted. |
| <bof> | You are at the top of file. |
// this one shows you how to browse around
USE Around
BROWSE()