bas7qck.hlp (Table of Contents; Topic list)
LOC Function
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
LOC(filenumber%)
 
    ■ filenumber%   The number of an open file or device.
 
Returns
    With random-access files:    The number of the last record read from
                                 or written to the file.
    With sequential files:       The current byte position in the file,
                                 divided by 128.
    With binary mode files:      The position of the last byte read or
                                 written.
 
See Also    LOF    EOF    OPEN (File I/O)    BOF