|
-
Apr 29th, 2006, 08:44 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] sorting a filelistbox
I have a filelistbox that display filenames inside a specific folder
File1.path="C:\tempproject"
the filenames are of the following format:
1Daily20042006,2Daily20042006,....10Daily20042006.........50Daily29042006
but the filelistbox displays the files as following:
10Daily
11Daily
12Daily
...
1Daily
20Daily
21Daily
What I want is to sort them in the following order:
1Daily,2Daily,3Daily....10Daily,11Daily.....20Daily,21Daily....
how can i sort them?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|