MathGroup Archive 1998

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

Search the Archive

Re: Beginner ReadList


  • To: mathgroup@smc.vnet.net
  • Subject: [mg11976] Re: Beginner ReadList
  • From: "Alberto Raydan" <raydan@acm.org>
  • Date: Fri, 17 Apr 1998 02:21:23 -0400
  • Organization: @Home Network
  • References: <6ghmed$luf@smc.vnet.net>

A. T. Roach wrote in message <6ghmed$luf@smc.vnet.net>...
>...
>I have used
>In[1]:= data=ReadList[datafile,RecordLists->True,Number] and all I get
>is that repeated as Out[1].
>...
>

Try...
In[1]:= data=ReadList[datafile,Number,RecordLists->True] Just swap the
last two argument. It should work.

Alberto Raydan
raydan@acm.org





  • Prev by Date: Newbie needs help with 3D plot
  • Next by Date: A Monte Carlo Simulation with loop structure
  • Prev by thread: Beginner ReadList
  • Next by thread: Re: Beginner ReadList