[Zope] (no subject)

Dragomir Denev D.Denev@CNsys.bg
Thu, 4 May 2000 19:31:44 -0200


Hi everybody.

Here is a problem:
I have a dictionary variable named D and a key (in D) named K.
I know I can do the following: <dtml-var "D['K']"> and so on, but 
how can I change the value of D['K'] in a dtml tag ( something like <dtml-call "D['K']=value">)?