Write ing strings without quotes and linefeeds
- To: mathgroup at smc.vnet.net
- Subject: [mg13297] Write ing strings without quotes and linefeeds
- From: sean_ross_at_pl-04m3 at smtpgw1.plk.af.mil
- Date: Fri, 17 Jul 1998 03:18:46 -0400
- Sender: owner-wri-mathgroup at wolfram.com
I am attempting to write a data file to disk using spaces as the delimiters and linefeeds as record separators. When I use Write, as in Write[stream,"mystring \n","next line"] what actually appears in the file is "mystring \n""next line" rather than: mystring next line Does anyone know how to append line feeds onto strings and not put quotes around strings?