Arbortext Command Language
>
Functions by Alphabetical Listing
>
eof
eof
eof
(
fid
)
This function returns
1
if an end-of-file condition has occurred on file identifier
fid
, or
0
otherwise.
fid
must be a return value from a previous call to
open
.
Related Topics
•
open
built-in function