16 Mar
2000
16 Mar
'00
5:27 a.m.
Ken Kinder wrote:
I know that you can use the dtml-in tag to iterate over a sequence, but I want to know how to create a sequence? If, for example, in Python I had:
foo = [1,2,3]
What would I have to do to get a sequence like that accessible from Zope? I didn't see list in the list of object types I can add.
Try this: <dtml-in "1,2,3"> -- Kiran Jonnalagadda http://lunateks.com baby.sh: while true; do echo "^G^G^G^G^G"; sed -e 's/food/poop/'; sync; sync; sleep 15; done