MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

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?



  • Prev by Date: abcd-matrix for lens-systems
  • Next by Date: Stacking Graphics
  • Previous by thread: Re: abcd-matrix for lens-systems
  • Next by thread: Re: Write ing strings without quotes and linefeeds