[Zope] Using DTML - I'm too stupid
Oleg Broytmann
phd@sun.med.ru
Sat, 10 Apr 1999 19:49:42 +0400 (MSD)
On Sat, 10 Apr 1999, Oliver Thuns wrote:
> Why can I not use dictionaries within dictonaries?
You can.
> Python:
> print T(None, {'t': 'abc', 'w': {'A': 'DEF'}})
>
> DTML:
> <!--#var t-->
> <!--#var w['A']-->
<!--#var "w['A']"-->
This works for me.
> How could I use n-dimensional structures?
>
> Oliver
Oleg.
----
Oleg Broytmann National Research Surgery Centre http://sun.med.ru/~phd/
Programmers don't die, they just GOSUB without RETURN.