MathGroup Archive 2003

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

Search the Archive

Re: Comprehensive Clear ?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg43259] Re: [mg43201] Comprehensive Clear ?
  • From: Sseziwa Mukasa <mukasa at jeol.com>
  • Date: Sat, 23 Aug 2003 08:08:35 -0400 (EDT)
  • Sender: owner-wri-mathgroup at wolfram.com

On Wednesday, August 20, 2003, at 10:24 PM, tasande at MIT.EDU wrote:

> MathGroup:
>
> Is there a command similar to Clear, or ClearAll, that will "Clear" all
> variables without having to explicitly list them?  I may have 
> "forgotten"
> variables on the loose, whose names I have forgotten and whose orginal 
> input
> cells I may have erased. I wish to be circumspect, and comprehensively
> clear the past history of a notebook.
>

You could just quit the kernel with Quit[].  The next expression you 
enter will effectively start a new session.

You could also clear the values stored in Out, see section 2.14.4 for 
details.

Regards,

Ssezi


  • Prev by Date: 3D slab with a hole in the middle?
  • Next by Date: RE: How to evaulate a function and graph it
  • Previous by thread: Re: Comprehensive Clear ?
  • Next by thread: How to evaulate a function and graph it