Re: changing of defined structures [message #7623] |
Sat, 30 November 1996 00:00 |
daffer
Messages: 9 Registered: October 1996
|
Junior Member |
|
|
In article <329F76A0.ACC@kfa-juelich.de>,
R. Bauer <R.Bauer@kfa-juelich.de> wrote:
> Hi,
>
>
> Is it possible to remove some tag names which were defined for a
> structure.
>
Provided you create it as an anonymous structure you may
change it at will.
> e.g. =
>
>
> a=3D{value: 10, date:'1996 11 29',test: true}
^^ Not quite sure what you mean by this. Perhaps you mean
a={ value: 10, date:'1996 11 29',test: true}
I also assume that 'true' is a defined variable, otherwise you'll
get an error.
>
> Now I want to remove the tag test: .
>
> Which ways do I have to change the structure?
a={value:a.value, date:a.date}
>
>
> R. Bauer =
>
>
> Institut f=FCr Stratosph=E4rische Chemie Forschungszentrum J"ulich
--
William Daffer
daffer@primenet.com
|
|
|