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?