Re: How to clear OverBar[p]
- To: mathgroup at smc.vnet.net
- Subject: [mg30192] Re: How to clear OverBar[p]
- From: Albert Retey <albert.retey at visualanalysis.com>
- Date: Thu, 2 Aug 2001 03:15:49 -0400 (EDT)
- Organization: Visual Analysis AG
- References: <9k8706$3kk$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Hi, Try Unset[Overbar[p]] , it should do what you want, but be aware that Unset und Clear do not do exactly the same, but for just getting rid of a value that you have set by Overbar[p] = value Unset should do the job. Albert