MathGroup Archive 1999

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

Search the Archive

ReadList

  • To: mathgroup at smc.vnet.net
  • Subject: [mg18787] ReadList
  • From: "James l. Fisher" <jlfisher at imt.net>
  • Date: Thu, 22 Jul 1999 08:19:14 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

I want to read the following data which is in ascii form into a list 

09/22/98 12:15 2.36
09/22/98 12:30 2.37
09/22/98 12:45 2.38
etc 

 How can I use ReadList, or some other command, to enter this into the form

 {{09/22/98,12:15,2.36},{09/22/98,12:30,2.37},{09/22/98,12:45, 2.38}}

How could I read each column into a seperate list also.

Thanks
James




  • Prev by Date: Solve
  • Next by Date: Dialog boxes
  • Previous by thread: Re: Solve
  • Next by thread: RE: ReadList