|
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. The files need to be opened with the options CharacterEncoding -> {} and DOSTextFormat -> False.
WriteString does not put a newline at the end of the output it generates.
See notes for Write.
See Section 2.12.3.
New in Version 1; modified in 5.0.
Further Examples
|