|
WriteString
WriteString[channel, , , ... ] converts the to strings, and then writes them in sequence to the specified output channel.
WriteString uses the OutputForm of the .
WriteString allows you to create files which are effectively just streams of bytes.
WriteString does not put a newline at the end of the output it generates.
See notes for Write.
See The Mathematica Book: Section 2.11.3.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |