|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
OutputStream
OutputStream["name", n]
is an object that represents an output stream for functions such as Write.
DetailsDetails
- OpenWrite and OpenAppend return OutputStream objects.
- The serial number n is unique across all streams, regardless of their name.
ExamplesExamplesopen allclose all
Basic Examples (2)Basic Examples (2)
| In[1]:= |
| Out[1]= |
OpenWrite opens a new file and returns an OutputStream object:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
