MathGroup Archive 2005

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

Search the Archive

global option?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg53561] global option?
  • From: Kastens at Hamburg.BAW.DE (Marko Kastens)
  • Date: Tue, 18 Jan 2005 05:08:01 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

is there a global option, that makes Mathematica ONLY printing out the 
error-message but NOT the expression when an error occurs?

f.ex.:
IN[1]:tmp=Table[0,{i,1000000}];
IN[2]:Lenght[tmp] --> produces an error (should be Length) and Mathematica is Printing 
the full Table _tmp_ to the output.

The boring point is to wait for Mathematica finishing the table(expression)...especial 
when the expression (matrix, table, list) ist very large. Very often an 
interruption (ALT+,) is not possible; sometimes it is also not possible to shut 
down the kernel...

It would be very helpful if there is an option to reduce or to stop this kind 
of printout.

Thanks for help,
marko



  • Prev by Date: Calling windows programs
  • Next by Date: Re: Problem with DSolve
  • Previous by thread: Re: Calling windows programs
  • Next by thread: Re: global option?