Results 1 to 2 of 2

Thread: sort

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Feb 2000
    Location
    Dallas,Tx,USA
    Posts
    30
    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


  2. #2
    transcendental analytic kedaman's Avatar
    Join Date
    Mar 2000
    Location
    0x002F2EA8
    Posts
    7,221
    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
  •  



Click Here to Expand Forum to Full Width