[Zope] delete dictionary

Chris Withers chrisw@nipltd.com
Tue, 30 May 2000 20:42:05 +0100


"urs.beyeler" wrote:
> <dtml-call "REQUEST.set('Wednesday',{'titel' : 'how to do that?'})">
> 
> ... and a bit later in the document i need to delete them again ...
> how can i do that? no one of my DELETE-experiments worked ... thnx.urs

Try the following (untested):

<dtml-call "del REQUEST.misc['Wednesday']">

I found this in the mailing list archives at:
http://zope.nipltd.com/public/lists.html

cheers,

Chris