MathGroup Archive 2013

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

Search the Archive

Re: a trivial task?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg131127] Re: a trivial task?
  • From: Bill Rowe <readnews at sbcglobal.net>
  • Date: Thu, 13 Jun 2013 02:38:15 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • Delivered-to: l-mathgroup@wolfram.com
  • Delivered-to: mathgroup-outx@smc.vnet.net
  • Delivered-to: mathgroup-newsendx@smc.vnet.net

On 6/11/13 at 2:28 AM, fgutiers2002 at yahoo.com (Francisco Gutierrez)
wrote:

>Suppose I have a string variable, say:exp={"I do not", "understand",
>this"} I want to export this variable to a text file, so that each
>part of exp is separated by a line (\n). Thus I want to get:I do
>notunderstandthis

>How can I achieve this? Thanks

Export[filename,exp,"Table"]

will do what you want




  • Prev by Date: Re: Not sure this limit is right...
  • Next by Date: Applying data from a database link to a GraphPlot
  • Previous by thread: Re: Re: a trivial task?
  • Next by thread: Re: a trivial task?