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
- Follow-Ups:
- Re: a trivial task?
- From: Francisco Gutierrez <fgutiers2002@yahoo.com>
- Re: a trivial task?