DOCUMENTATION CENTER SEARCH
Mathematica
>
Built-in
Mathematica
Symbol
Reading Textual Data
Tutorials »
|
WordSeparators
NullWords
See Also »
NullRecords
NullRecords
is an option for
Read
and related functions which specifies whether null records should be taken to exist between repeated record separators.
MORE INFORMATION
With the default setting
NullRecords->
False
, repeated record separators are treated like single record separators.
EXAMPLES
CLOSE ALL
Basic Examples
(2)
Create a stream of records:
In[1]:=
Out[1]=
Read its records:
In[2]:=
Out[2]=
Close the stream:
In[3]:=
Out[3]=
Read the same stream including all zero length records:
In[1]:=
Out[1]=
In[2]:=
Out[2]=
In[3]:=
Out[3]=
SEE ALSO
WordSeparators
NullWords
TUTORIALS
Reading Textual Data
New in 2
© 2008 Wolfram Research, Inc.