|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
RecordLists
RecordLists
is an option for ReadList that specifies whether objects from separate records should be returned in separate sublists.
DetailsDetails
- With the default setting RecordSeparators->{"\n", "\r\n", "\r"}, setting RecordLists->True makes RecordLists return objects that appear on different lines in different sublists.
- With RecordLists->False, ReadList returns a single list of all objects it reads.
- With RecordLists->True, ReadList returns a list containing a sublist for each record.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
