> What are the PRACTICAL real life uses for 3rd dimensional arrays?

OK, we have an aquarium application which works out the relevant products
required to get the water to the best condition for the fish

There are several parameters which determine the water quality (dimension 1)
Within these there is the values for each of the test (dimension 2)
Within each of these if is the relevant info, i.e. value, rating and "Color"
(dimension 3)

It's easier to do in a 3 dimensional array as using Evaluate can be a pain
to read
I could do the last dimension in a Structure, but when I wrote it (about 2.5
years ago) I knew how to do arrays, but didn't really know you could put
structures into arrays...

BTW, this is a practical real-world example as people use this on-line to
test their water in their own home... it's done in CF rather than JS so
people can't read the calculations...

Philip Arnold
Director
Certified ColdFusion Developer
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.
**********************************************************************


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to