> > Deleting single Values from multiple defines Attributes


> can you test this ?
> 
> delete: <attribute_name>
> <attribute_name>: value1
> 
> i think it works.

Yes, works fine. But what about modifying multiple definied attrs?

attribute: value1
attribute: value2
replace: attribute
attribute: ...

won't work at all, I think. The only idea is to fetch all attributes
find that one i wish to change, chane tihs one and write then all
aats/value pairs once again.

e.g:

attribute: valueA
attribute: valueB
replace: attribute
attribute: valueA
attribute: othervalue

or is there also another way?

A

--