Introduction | Language Structure | IB Statements | File System | Comet 32 Runtime | Index |
| Syntax: | FILE (lun) POS=file-position |
| Discussion: |
This statement is used to move the file pointer to the beginning
or end of a file.
POS=BOF moves the pointer to the beginning of the file. POS=EOF moves the pointer to the end of the file. See FILE. |