qb45advr.hlp (Topic list)
SEEK Function QuickSCREEN
  QuickSCREEN      Details      Example      Contents      Index
──────────────────────────────────────────────────────────────────────────────
SEEK - a file I/O  function that returns the current file position
 
Syntax
  SEEK(filenumber)
    ■ filenumber is the number of an open random-access, sequential, or
      binary file. If random-access, the number returned by the SEEK
      function is a relative record number. If sequential or binary,
      it is a relative byte number
 
See Also  OPEN  GET(File I/O)  PUT(File I/O)  SEEK statement