Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Input and Output / Data Reading Options /

RecordLists

FilledSmallSquare RecordLists is an option for ReadList which specifies whether objects from separate records should be returned in separate sublists.

FilledSmallSquare With the default setting RecordSeparators -> {"\n"}, setting RecordLists -> True makes RecordLists return objects that appear on different lines in different sublists.

FilledSmallSquare With RecordLists -> False, ReadList returns a single list of all objects it reads.

FilledSmallSquare With RecordLists -> True, ReadList returns a list containing a sublist for each record.

FilledSmallSquare See Section 2.12.8.

FilledSmallSquare New in Version 2.



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.