Skip to main content

WriteString

WriteString["file","string"] writes "string" to a file.

WriteString[channel,"string"] writes "string" to a stream or process.

WriteString[channel,expr1,expr2,…] converts the expri to strings, and then writes them in sequence to the specified output channel.

Please visit the official Wolfram Language Reference for more details and examples on core symbols.