DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Reading Textual Data
Tutorials »
|
Read
Skip
StringExpression
See Also »
EndOfFile
EndOfFile
is a symbol returned by
Read
when it reaches the end of a file.
MORE INFORMATION
Subsequent calls to
Read
will also give
EndOfFile
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Read
returns
EndOfFile
after it reaches the end of a file:
In[1]:=
In[2]:=
Out[2]=
All subsequent calls to
Read
will give
EndOfFile
:
In[3]:=
Out[3]=
Close the file:
In[4]:=
Out[4]=
SEE ALSO
Read
Skip
StringExpression
TUTORIALS
Reading Textual Data
New in 1
© 2008 Wolfram Research, Inc.