Mathematica 9 is now available

Documentation / Mathematica / Built-in Functions / Input and Output / File Output /

WriteString

FilledSmallSquare WriteString[channel, , , ... ] converts the to strings, and then writes them in sequence to the specified output channel.

FilledSmallSquare WriteString uses the OutputForm of the .

FilledSmallSquare WriteString allows you to create files which are effectively just streams of bytes. The files need to be opened with the options CharacterEncoding -> {} and DOSTextFormat -> False.

FilledSmallSquare WriteString does not put a newline at the end of the output it generates.

FilledSmallSquare See notes for Write.

FilledSmallSquare See Section 2.12.3.

FilledSmallSquare New in Version 1; modified in 5.0.

Further Examples



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.