FormatType
Usage
Notes
Further Examples
This opens the file foo.2 so that we can write to it.
In[1]:=
|
Out[1]=
|
Here is the default setting for the FormatType option.
In[2]:=
|
Out[2]=
|
This writes to foo.2.
In[3]:=
|
We can check that was written to foo.2 in InputForm.
In[4]:=
|
 This resets the default for FormatType to OutputForm.
In[5]:=
|
Out[5]=
|
This writes to foo.2 in OutputForm.
In[6]:=
|
Now the file foo.2 has in InputForm and in OutputForm.
In[7]:=
|

In[8]:=
|
Out[8]=
|
In[9]:=
|
|