MathGroup Archive 2003

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

Search the Archive

Long list problem

  • To: mathgroup at smc.vnet.net
  • Subject: [mg39273] Long list problem
  • From: Manuel Marques-Pita <m.marques-pita at ed.ac.uk>
  • Date: Fri, 7 Feb 2003 03:07:51 -0500 (EST)
  • Organization: University of Edinburgh
  • Sender: owner-wri-mathgroup at wolfram.com

Hello,

I have a notebook generating very long random lists as output. I am 
copying one of these long list into a new notebook and when evaluating 
the cell in which I do

list = { 2,1,1,1,2, ... 19 thousand numbers ... 2,2,1,2,2}

it does nothing (even though I did not add the ";" intentionally to see 
the evaluation results. When I try to Print[list] I get 

output := list

??? Any ideas? Please help,

Manuel


  • Prev by Date: Random Numbers
  • Next by Date: Re: characters not matching
  • Previous by thread: Random Numbers
  • Next by thread: Re: Long list problem