Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica >

RecordLists

RecordLists
is an option for ReadList which specifies whether objects from separate records should be returned in separate sublists.
  • 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
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team