Results 1 to 2 of 2

Thread: how to sort type(structure) array?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    21

    Resolved how to sort type(structure) array?

    I have a large type array, like :

    public Type FooType
    strName as string
    strKey as string
    strValue as string
    end Type

    dim m_fooTypes(0 to 50000) as FooType

    now I wish to sort the m_fooTypes according to strKey(Ascending). how to quickly sort it? i know i can use bubble sort, but i wish to make it as fast as it can
    Last edited by unruledboy; Jan 19th, 2006 at 05:24 AM.

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Dec 2005
    Posts
    21

    Re: how to sort type(structure) array?


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