|
-
Jan 18th, 2006, 04:22 AM
#1
Thread Starter
Junior Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|