It's settled, to hell with using the array idea - I've resorted to using a
temp table in the database. Maybe I'll see if I could apply a stored
procedure to hurry things along - that should be a fun project seeing as I
have never written one yet. I still, however, would like to know if
somebody runs across a method of sorting a 2 dimensional array (or a one
dimensional array that holds one dimensional arrays as you all would call
it ). Thanks for all of your feedback.
Adam Cantrell
----- Original Message -----
From: "Dave Watts" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, June 29, 2000 9:35 PM
Subject: RE: black arrays, hairy arrays, skinny arrays
> > 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.
>
------------------------------------------------------------------------------
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.