Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Programming / String Manipulation /

StringToStream

FilledSmallSquare StringToStream["string"] opens an input stream for reading from a string.

FilledSmallSquare StringToStream yields a stream of the form InputStream[String, n].

FilledSmallSquare Operations like Read and Find work on streams returned by StringToStream.

FilledSmallSquare You must use Close to close streams created by StringToStream.

FilledSmallSquare See Section 2.12.10.

FilledSmallSquare See also: Characters.

FilledSmallSquare New in Version 2.

Further Examples



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.