> ArraySort is horrid and ugly - it only (seems) to sort single
> dimensioned arrays, and either eats 2 dimensional ones, or does
> nothing
>
> I had to write a sort routine for my 2 dimensional ones
None of the array functions in CF work with both dimensions of a
two-dimensional array.
When you consider that a two-dimensional array, in CF, is simply a
one-dimensional array in which every element contains a one-dimensional
array, it makes sense that you can't sort on the outer dimension - there's
no property by which to sort!
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.