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">)?