This is a multi-part message in MIME format.

------=_NextPart_000_0039_01BFB4E5.B8B8EA20
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
        charset="iso-8859-1"

Multi-dimensional arrays have had me confused for a time now.  When =
defining an array <CFSET arrayVar =3D ArrayNew(3)>, I find that I lose =
many Array*() functions due to my 3 dimensional array.  My ultimate goal =
is to set the 3D array; the first dimension having a number series =
(e.g.1063-2062), the second a fixed number (e.g. 123456), and the third =
having a letter designator (e.g. "A").  After which, I wish to find the =
minimum number in the first dimension and the maximum =
(ArrayMin(arrayVal), ArrayMax(arrayVal)).  The problem with this =
demonstration is that the array is multidimensional, so the definition =
of the array as a whole will not work if I want to get the numbers from =
the first dimension only.  Any ideas?

------=_NextPart_000_0039_01BFB4E5.B8B8EA20
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html;
        charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.3825.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#d8d0c8>
<DIV><FONT face=3DArial size=3D2>Multi-dimensional arrays have had me =
confused for a=20
time now.&nbsp; When defining an array &lt;CFSET arrayVar =3D =
ArrayNew(3)&gt;, I=20
find that I lose many Array*() functions due to my 3 dimensional =
array.&nbsp; My=20
ultimate goal is to set the 3D array; the first dimension having a =
number series=20
(e.g.1063-2062), the second a fixed number (e.g. 123456), and the third =
having a=20
letter designator (e.g. "A").&nbsp; After which, I wish to find the =
minimum=20
number in the first dimension and the maximum (ArrayMin(arrayVal),=20
ArrayMax(arrayVal)).&nbsp; The problem with this demonstration is that =
the array=20
is multidimensional, so the definition of the array as a whole will not =
work if=20
I want to get the numbers from the first dimension only.&nbsp; Any=20
ideas?</FONT></DIV></BODY></HTML>

------=_NextPart_000_0039_01BFB4E5.B8B8EA20--

------------------------------------------------------------------------------
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.

Reply via email to