![]() |
Sergey Kornilov admin 7/11/2011 |
Jerome, |
J
|
jawendell author 7/11/2011 |
Jerome, how do you get the list of files? Is that something that web server provides to you or you use your own script?
|
![]() |
Sergey Kornilov admin 7/11/2011 |
I guess you need to make changes to this ASP script in order to present files in alphabetic order. It all depends on what kind of script you use for this purpose. |
J
|
jawendell author 7/11/2011 |
I guess you need to make changes to this ASP script in order to present files in alphabetic order. It all depends on what kind of script you use for this purpose.
|
![]() |
Sergey Kornilov admin 7/12/2011 |
It depends on how your script stores data. For example, if you store data in array, you can use function QuickSort described at http://evolt.org/node/21724 |
J
|
jawendell author 7/12/2011 |
It depends on how your script stores data. For example, if you store data in array, you can use function QuickSort described at http://evolt.org/node/21724
|