On Sep 29, 2006, at 5:41 PM, Phil M wrote:
Is is possible to add a Sort function to an Object array? Can I
get sorts to work if the Object supports something like a
"Sortable" interface? For example:
Dim m() As myCustomClass
// add various items
m.Sort()
If the standard sort function is not available, can specify a
property to sort the objects by?
oh yeah ... arrays of classes can't be sorted like this anyways
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>