|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
StringToStream
StringToStream["string"]
opens an input stream for reading from a string.
DetailsDetails
- StringToStream yields a stream of the form InputStream[String, n].
- Operations like Read and Find work on streams returned by StringToStream.
- You must use Close to close streams created by StringToStream.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
