bas7qck.hlp (Table of Contents; Topic list)
EOF Function
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
EOF(filenumber%)
 
    ■ filenumber%    The number of an open file or ISAM table.
 
Returns
    True (nonzero) at the end of a file or table.
 
See Also    BOF    LOF    LOC    OPEN (File I/O)