|
[Date Index]
[Thread Index]
[Author Index]
Re: Clear All?
- To: mathgroup at smc.vnet.net
- Subject: [mg29143] Re: Clear All?
- From: Robert Schuerhuber <robert.schuerhuber at gmx.at>
- Date: Wed, 30 May 2001 23:28:29 -0400 (EDT)
- Organization: Vienna University of Technology
- References: <9f2h53$89c$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Christian Furtmueller wrote:
> Is there a command to clear all variables at the same time.
> (not just x=.; y=.;z=.; ....)
Clear["Global`*"];
Remove["Global`*"];
regards, robert
Prev by Date:
spherical plotting and poincare sphere
Next by Date:
Execute a Menu Item
Previous by thread:
Re: Clear All?
Next by thread:
spherical plotting and poincare sphere
|