file.pos
Syntax
Get/set the current position in bytes. The most recently opened file is used if no arguments are provided.
Note
When setting the file position, the user is responsible for ensuring there is a valid record at the given position.
i - current file position
f - optional file pointer
file.open.check
file.read
9.1.13