From: "Peña, Botp" Date: 2007-06-30T12:38:11+09:00 Subject: Re: Array Problem, sort Array From: F. Senault [mailto:fred@lacave.net] : # and only one object ; the nature of this object doesn't enter into the # equation. You just don't need to perform any comparisons to sort an # array of one element... or zero : indeed, thanks senault for the enlightenment. i was used to thinking that if my sorting routines passes, then i don't have nil objects in them. i totally missed the sorting algorithm for just one and only one element. see my previous msg to david too. kind regards -botp