replace values in a list or dictionary
31 May
1999
31 May
'99
7:10 a.m.
Hi, How can I replace the value in a list defined in REQUEST? For example, in a DTML Document: <!--#call "REQUEST.set('L',['a',2,3,4,5])"--> How can I replace the value 'a' in list L with 1 so that L become [1,2,3,4,5]? In Python, it's easy. L[0]=1. How can one do the same thing in Zope DTML Document? T.C. Huang
9806
Age (days ago)
9806
Last active (days ago)
0 comments
1 participants
participants (1)
-
T. C. Huang