Basic question: I have a 3 dimensional array that is constructed dynamically. How can 
I 
determine the size of each dimension so I can do some nested loops to display the 
contents of the array? I'm trying to do something like this:

<CFLOOP index="Dim1Counter" FROM=1 TO=????>
        <CFLOOP INDEX="Dim2counter" FROM=1 TO=?????>
                #MyArray[#Dim1Counter#][#Dim2Counter#][1]#  
#MyArray[#Dim1Counter#][#Dim2Counter#][1]#
        </CFLOOP>
</CFLOOP>

Gene Kraybill
---------------------------------
Gene Kraybill
LPW & Associates LLC
www.lpw.net
------------------------------------------------------------------------------
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