Right now the File box orders like this:
x1.bmp
x10.bmp
x11.bmp
....
x19.bmp
x2.bmp
x20.bmp
x21.bmp
...
is there a way to make it order in TRUE order? Without renaming all the files with numaric placeholders?
Printable View
Right now the File box orders like this:
x1.bmp
x10.bmp
x11.bmp
....
x19.bmp
x2.bmp
x20.bmp
x21.bmp
...
is there a way to make it order in TRUE order? Without renaming all the files with numaric placeholders?
No.Quote:
Originally Posted by MotoMan_Yz400
As far as the computer is concerned, they are ordered correctly.
You could use a list box (with Sorted = False) and order the names by the Val() of the part of the name you want. A file box is just a list box with a little hidden code.