Scilab 5.3.0
      
      - Scilab Online Help
- Files : Input/Output functions
- basename
- chdir
- copyfile
- createdir
- deletefile
- dir
- dirname
- dispfiles
- fileext
- fileinfo
- fileparts
- filesep
- findfiles
- fprintf
- fprintfMat
- fscanf
- fscanfMat
- fullfile
- fullpath
- get_absolute_file_path
- getdrives
- getlongpathname
- getrelativefilename
- getshortpathname
- %io
- isdir
- isfile
- listfiles
- listvarinfile
- ls
- maxfiles
- mclearerr
- mclose
- mdelete
- meof
- merror
- mfprintf
- mscanf
- mget
- mgetl
- mgetstr
- mkdir
- mopen
- movefile
- mput
- mputl
- mputstr
- mseek
- mtell
- newest
- pathconvert
- pathsep
- pwd
- removedir
- rmdir
- save_format
- scanf
- scanf_conversion
- sscanf
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
meof
check if end of file has been reached
Calling Sequence
err=meof(fd)
Arguments
- fd
- scalar. The - fdparameter returned by the function- mopen. -1 stands for last opened file. Default value is -1.
- err
- scalar. Error indicator 
Description
The function meof will return a non null value if end of file 
    has been reached in a previous call to mget or mgetstr. 
    The function clearerr is used to reset the error flag and
    EOF flag to zero.
See Also
| << mdelete | Files : Input/Output functions | merror >> |