DOCUMENTATION CENTER SEARCH
Mathematica
>
Low-Level File Operations
>
Built-in
Mathematica
Symbol
Streams and Low-Level Input and Output
Tutorials »
|
BinaryWrite
See Also »
|
Files
Low-Level File Operations
More About »
WriteString
WriteString
[
channel
,
expr
1
,
expr
2
,
...
]
converts the
expr
i
to strings, and then writes them in sequence to the specified output channel.
MORE INFORMATION
WriteString
uses the
OutputForm
of the
expr
i
.
WriteString
does not put a newline at the end of the output it generates.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Open a stream:
In[1]:=
Out[1]=
Write to the stream:
In[2]:=
Close the stream:
In[3]:=
Out[3]=
Read the file:
In[4]:=
SEE ALSO
BinaryWrite
TUTORIALS
Streams and Low-Level Input and Output
MORE ABOUT
Files
Low-Level File Operations
New in 1 | Last modified in 5
© 2008 Wolfram Research, Inc.