14 Apr
2006
14 Apr
'06
4:40 p.m.
From: Jonathan [mailto:dev101@magma.ca] Try:
<dtml-call "foo.append(3.5)">
I need to insert that at specific position, not append at end of the list. Thanks, JL.
----- Original Message ----- From: "Jaroslav Lukesh" <lukesh@seznam.cz>
foo[1] = 3.5
In DTML this does not work:
<dtml-call "REQUEST.set('foo[1]', 3.5)">
Note, that I have list foo[,,,,,,,] already defined