>   Can any one guide me thru the process of Double dimesion array sorting

2 methods that I can think of;
Write your own sort routine for multi-dimentional arrays (I use a bubble
sort, but there are better ways)
Convert the array into a Query (using Nate's ArrayToQuery command), and then
using the QuerySort custom tag and treat it as a Query from then on (or
convert it back to an array)

The standard array function don't do much, as a 2 dimensional array is just
a list of one dimensional array in every entry of the main array

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.

Reply via email to