WriteString
Usage
Notes
Further Examples
This opens a stream to a file tempw.
In[1]:=
|
Out[1]=
|
This writes two strings to the stream.
In[2]:=
|
This writes another string to the stream.
In[3]:=
|
This closes the stream.
In[4]:=
|
Out[4]=
|
Here are the contents of the file. The strings were written exactly as specified, including only the newline characters that were explicitly given.
In[5]:=
|

In[6]:=
|
|