26 Mar
2001
26 Mar
'01
1:04 a.m.
in DTML I do this... <dtml-in "folder.objectValues('DTML Document')" sort=title reverse> How do I do the same in a python script? Here's a good start. for thing in context.folder.objectValues('DTML Document'): Strange, that this one's never crossed my mind, but never mind about that. Peter