MathGroup Archive 1999

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

Search the Archive

Convert 2D list to delimited text?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg16669] Convert 2D list to delimited text?
  • From: "David P. Johnson" <johnson at ae.msstate.edu>
  • Date: Fri, 19 Mar 1999 12:54:14 -0500
  • Organization: Mississippi State University
  • Sender: owner-wri-mathgroup at wolfram.com

I'm trying to convert a 2D list of lists to delimited text. For example:

  {{x1,y1},{x2,y2},...,{xn,yn}}

to

  x1,y1
  x2,y2
   ...
  xn,yn

Is there any easy way to do this? Thanks.

-- 
David
->(Signature continues here)


  • Prev by Date: Re: Manipulating Solutions
  • Next by Date: 2D list of lists to delimited text?
  • Previous by thread: Re: Header/Footer settings in StyleSheets
  • Next by thread: Re: Convert 2D list to delimited text?