10 Apr
1999
10 Apr
'99
8:10 p.m.
<!--#var "w['A']"-->
This works for me.
This works for me too :-))) Thanks But I have another little problem. I have a array of dictonaries {'Pos': [{'a': '123', 'b': '456', 'c': '789'}, {'a': '321', 'b': '654', 'c': '987'}]} and I want to iterate over this array: <!--#in Pos--> <!--#var ???--> <!--#/in--> What variable name must I use. "a" (b,c) and sequence-item['a'] doesn't work. I only read the DTML User's Guide, are there other docs, which describe DTML? Oliver