qck.hlp (Table of Contents; 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.
LOF Function
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Returns the size of an open file (bytes), the number of records in an ISAM
 table, or when used with the OPEN COM statement, the number of bytes free
 in the output buffer (ISAM available in Professional Edition only).
 
    LOF(filenumber%)
 
    ■ filenumber%       Number specifying an open file or ISAM table
 
 See Also
    EOF Function                     LEN Function
    LOC Function                     OPEN Statement (File I/O)