|
[Date Index]
[Thread Index]
[Author Index]
Re: ClearAll ?? or what
- To: mathgroup at smc.vnet.net
- Subject: [mg102773] Re: ClearAll ?? or what
- From: Helen Read <hpr at together.net>
- Date: Thu, 27 Aug 2009 06:31:57 -0400 (EDT)
- References: <h7371j$b28$1@smc.vnet.net>
noslowski wrote:
> Is there a command that will remove all variables, custom functions,
> equations and so on?
> I have tried every one that I can find including ClearAll [ " Global ' * "
> ], and so on.
What you want is
Clear["`*"]
Note the first symbol inside the quotes is ` (usually found in the upper
left corner of the keyboard), not '
--
Helen Read
University of Vermont
Prev by Date:
Re: Mathematica 7.0.0 running on Mac OSX Snow Leopard ?
Next by Date:
Re: Import using Button( GUI)
Previous by thread:
ClearAll ?? or what
Next by thread:
Re: ClearAll ?? or what
|