qb45advr.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
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