|
-
Mar 20th, 2000, 11:18 PM
#1
Thread Starter
Junior Member
I am having trouble sorting a listbox.
I want this order A,B,Z,AA
instead i choose the sort proprty on the list box and get
A,AA,B,Z
Thanks Mark
-
Mar 21st, 2000, 05:17 AM
#2
transcendental analytic
You have to make your own sortfunction. Don't have time to make one for you but as a tip: before sorting, add chr(1) & chr(1) to every item and remove them later with item=left(item,len(item)-2).
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
|