Results 1 to 3 of 3

Thread: Order File1 in true order

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2007
    Posts
    180

    Order File1 in true order

    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?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Order File1 in true order

    Quote Originally Posted by MotoMan_Yz400
    is there a way to make it order in TRUE order? Without renaming all the files with numaric placeholders?
    No.

    As far as the computer is concerned, they are ordered correctly.

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    Re: Order File1 in true order

    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.
    The most difficult part of developing a program is understanding the problem.
    The second most difficult part is deciding how you're going to solve the problem.
    Actually writing the program (translating your solution into some computer language) is the easiest part.

    Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.

    Please Help Us To Save Ana

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width