| |
priyanga
Posts: 1
Score: 0
Joined: 6/22/2004
From:
Status: offline
|
Hi Everyone, I am trying to sort items in a file system collection object by the date created of each item. I am trying to use bubble sort to peform the sort but when i try to reference a specific element in the file collection it raises an error. Is it possible to reference a specific element(item) is a file collection object? This is the code i am using..... If objFilesColl[J].DateCreated > objFilesColl[J+1].DateCreated Then.... Thanks for any help in this matter. PK
|
|