[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sorting a collection



                                                                           
                                                                           
                                                                           
                                      As you know, the sort() method will  
                                      sort arays like this                 
                                                                           
                                      Acorns                               
                                      Bees                                 
                                      Birds                                
                                      Cows                                 
                                      apples                               
                                      rocks                                
                                                                           
                                      I need to sort my arrays like this   
                                                                           
                                      Acorns                               
                                      apples                               
                                      Bees                                 
                                      Birds                                
                                      Cows                                 
                                      rocks                                
                                                                           
                                      Any idea how I can do this?  I need  
                                      it to be completely case             
                                      insensitive.                         
                                                                           
                                      Thanks,                              
                                                                           
                                      Wade