j
k
j a
j l
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']):
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() ids.sort() -aj
Attachments:
Back to the thread
Back to the list