Re: Clearing Subscripted Variables?
- To: mathgroup at smc.vnet.net
- Subject: [mg31434] Re: [mg31432] Clearing Subscripted Variables?
- From: Anton Antonov <antonov at wolfram.com>
- Date: Mon, 5 Nov 2001 03:48:17 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Try Remove[f]. ============================================================== Anton Antonov Antonov, PhD ***** Wolfram Research Inc. http://www.imm.dtu.dk/~uniaaa *** tel +1 217 398 0700 #782 ============================================================== Give me wings and I will crawl faster! -------------------------------------------------------------- On Sat, 3 Nov 2001, Randall Edick wrote: > Math Group, > > I initialized a set of subscripted variables > > For[i=0,i<10,i++,Subscript[f,i]=0] > > Then, can't Clear or Unset the values. Things such as Clear["Global`*"] > don't work. Why? > I guess its being replaced by the value 0 before the Clear. How can I stop > that (I guess > SetDelayed would have work better) but how can I lose this definition? > > -- > > >