8 Dec
2008
8 Dec
'08
7:30 p.m.
On 08.12.2008 19:23 Uhr, Andreas Jung wrote:
On 08.12.2008 18:18 Uhr, Garry Saddington wrote:
Can anyone help me sort the following by id in a python script?
for object in context.objectValues(['Folder', 'DTML Document','ZipFolder','File','Image']):
ids = context.objectIds()
Possibly you need ids = list(context.objectIds()) -aj
ids.sort()