18 Feb
2002
18 Feb
'02
4:10 p.m.
On Mon, Feb 18, 2002 at 05:00:37PM +0100, Joachim Schmitz wrote:
what is the equivalent for:
<dtml-in "objectValues('Folder')" sort=sequence skip_unauthorized> in a python script ?
do I have to program the "sort", and "skip_unauthorized" explicitly ?
I am afraid you do. You can use extended sort support (by importing it from DTML), but you have to skip_unauthorized yourself. Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.