Seek
Seek(pos AS Integer[, from AS Integer]) AS Integer
Positions the file pointer to the position <pos> relatively at the origin defined by <from>:
- 0 (by default) = position relative to the begin of the file
- 1 = position relative to the current position
- 2 = position relative to the end of the file (negative position)