MathGroup Archive 1998

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

Search the Archive

Re: Beginner ReadList


  • To: mathgroup@smc.vnet.net
  • Subject: [mg11976] [mg11976] Re: Beginner ReadList
  • From: "Alberto Raydan" <raydan@acm.org>
  • Date: Fri, 17 Apr 1998 03:40:15 -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: A comment on the Gambler's problem I recently posted
  • Next by Date: QZ factorization in Mathematica
  • Prev by thread: Re: Beginner ReadList
  • Next by thread: Q--PolynomialReduce