Results 1 to 2 of 2

Thread: Array Sort

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 1999
    Location
    Nottingham
    Posts
    20

    Post

    Hi,

    I am wondering if anyone out there knows how to sort an Array by it's firsdt column which happens to be a date. I already have some quick sort routines which dont actually work on dates.

    Can anyone help me? (Thanks)

  2. #2
    Frenzied Member Buzby's Avatar
    Join Date
    Jan 1999
    Location
    UK
    Posts
    1,670

    Post

    If you already have sorting routines why not convert the date to the format YYYYMMDD and then sort on it.

    eg;

    Date="01/05/2000"
    DateToSort=Format(Date,"yyyymmdd")



    ------------------
    Mark "Buzby" Beeton
    VB Developer
    [email protected]



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