> Could you not make the same point about Arrays? Should we not call them > Arrays just because they don't start with zero? Anyone coming from C++ > or Java will already get the idea that not everything is portable. Heck, > anyone who uses more than one language is used to this. > Not true. An array is defined as a collection of identically typed data items distinguished by their indices. A zero based array is the same thing as a one based array. In fact, there is no rule that an array need to be zero or one based. This is certainly true with associative arrays (called a structs in CF). An associative array is one where the indices are not just integers but may be arbitrary strings.
-Matt ______________________________________________________________________ Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

