|
[Date Index]
[Thread Index]
[Author Index]
Re: Clearing the definitions saved by using the "Save" command
- To: mathgroup at smc.vnet.net
- Subject: [mg56557] Re: Clearing the definitions saved by using the "Save" command
- From: Marcus Stollsteimer <marcus314 at yahoo.com>
- Date: Fri, 29 Apr 2005 03:19:57 -0400 (EDT)
- Organization: Comp.Center (RUS), U of Stuttgart, FRG
- References: <d4q2a9$olp$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
TingYF at gmail.com wrote:
> I was
> trying to save the definitions and contents of variables by using
> the Save command, and I cannot find a way to clear what I have
> saved.
>
> So now when I type
>
> !!test
>
> Mathematica gives the list of variables and definitions that I no
> longer need. I tried ClearAll, quitting kernel, closing Mathematica
> and reopening it but none worked.
Hi,
"!!test" only *displays* the contents of the file "test" that you
previously created. Simply delete the file.
For getting the variables back into the kernel, you have to use Get[].
Regards,
Marcus
--
The truth isn't quite the sort of thing one tells to
a nice, sweet, refined girl. -- Oscar Wilde
Prev by Date:
Re: something like dB
Next by Date:
Re: Clearing the definitions saved by using the "Save" command
Previous by thread:
Re: Clearing the definitions saved by using the "Save" command
Next by thread:
Re: Clearing the definitions saved by using the "Save" command
|