Results 1 to 3 of 3

Thread: Sorting collections

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    Sorting collections

    Hey,

    I have a collection of objects with string keys.
    How can I sort teh collection based on the key?
    Don't anthropomorphize computers -- they hate it

  2. #2
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: Sorting collections

    if they are keyed, then you don't have to sort them. they are built in the correct sequence.

  3. #3
    Hyperactive Member
    Join Date
    Jun 2004
    Posts
    468

    Re: Sorting collections

    Quote Originally Posted by vbgladiator
    Hey,

    I have a collection of objects with string keys.
    How can I sort teh collection based on the key?
    You can't. You don't even have access to know what the keys are, much less how to sort them. You'd have to roll your own collection or use the Dictionary object to have access to the keys.

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