10 Apr
1999
10 Apr
'99
3:49 p.m.
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.