Results 1 to 2 of 2

Thread: Array sort

  1. #1

    Array sort

    I've got a resultset like this:

    a a
    a b
    a c

    b a
    b b
    b c

    c a
    c b
    c c

    I want to filter it so that I get this:

    a a

    b a

    c a

    and so forth.

    Any help appreciated.

  2. #2
    Erm, what language are you using?
    Submit your site to Asia Web Directory and get it known to the world.

Posting Permissions

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