LOTUSSCRIPT LANGUAGE
Returns an integer value that indicates whether the end of a file has been reached.
Syntax
EOF ( fileNumber )
fileNumber
The return value depends on the type of file that you are using. The following table shows the EOF return values for binary, random, and sequential file types.
The end of file is determined by the operating system (from the file length stored in the file system). A Ctrl+Z character (ASCII 26) is not considered an end-of-file marker for any type of file: sequential, random, or binary.
Example See Also