Re: Remove["Global`"] ??
- To: mathgroup at smc.vnet.net
- Subject: [mg47977] Re: Remove["Global`"] ??
- From: sean_incali at yahoo.com (sean kim)
- Date: Tue, 4 May 2004 01:08:57 -0400 (EDT)
- References: <c6vgu5$g54$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
ok. I got it. when yo0u use it twicew, Remove bring back a error message. but not if it's used only once like, In[50]:= a=stuff b=stufftoo Remove["Global`*"] ClearAll["Global`*"] Off[General::"spell1"] Off[General::"spell"] a b Remove["Global`*"] but gives error when you use it like, In[59]:= a=stuff; b=stufftoo; Remove["Global`*"] ClearAll["Global`*"] Off[General::"spell1"] Off[General::"spell"] Remove["Global`*"] a b From In[59]:= Remove::rmnsm: There are no symbols matching "Global`*" sean_incali at yahoo.com (sean kim) wrote in message news:<c6vgu5$g54$1 at smc.vnet.net>... > hello group. > > consider the following error message, is that normal? or my install go bad? > > > In[34]:= > ClearAll["Global`*"] > Off[General::"spell1"] > Off[General::"spell"] > Remove["Global`"] > > From In[34]:= > Remove::rmnsm: There are no symbols matching "Global`".