Gets or changes the file position
Description
Seek is used in two forms:
- As a statement, it sets the file position for the next read or write.
- As a function, it returns the current file position.
Use the pages below for the exact syntax and examples.
See also