|
[Date Index]
[Thread Index]
[Author Index]
Re: Q: Clear
- To: mathgroup at smc.vnet.net
- Subject: [mg21577] Re: Q: Clear
- From: Bojan Bistrovic <bojanb at physics.odu.edu>
- Date: Sat, 15 Jan 2000 02:04:20 -0500 (EST)
- Organization: Old Dominion Universityaruba
- References: <85mm9r$25k@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
Christoph Handel wrote:
>
> howdy,
>
> if I define
>
> Subscript[k, t]=42
>
> how can I clear it?
>
> Clear[k] -> Error
> Clear[Subscript[k, t]] -> Error
>
> Greetings
> Christoph
> --
> the adress is valid
> for faster reply use handel at the same host
Clear[Subscript]
or
Subscript[k, t]=.
--
-------------------------------------------------------------
Bojan Bistrovic, bojanb at physics.odu.edu
Old Dominion University, Physics Department, Norfolk, VA
-------------------------------------------------------------
Prev by Date:
Re: Q: Clear
Next by Date:
Re: step by step
Previous by thread:
Re: Q: Clear
Next by thread:
Re: Q: Clear
|