I am setting the index based on the first Integer value of a query

<cfoutput>
        <cfloop query="Query">
                <cfset SESSION.AnArray[#Value1#][1] = #Value1# >
                <cfset SESSION.AnArray[#Value1#][2] = #Value2# >
                <cfset SESSION.AnArray[#Value1#][3] = #Value3# >
                <cfset SESSION.AnArray[#Value1#][4] = #Value4# >
                <cfset SESSION.AnArray[#Value1#][5] = #Value5#>
        </cfloop>
</cfoutput>

I then wish to test for the existence of a specifc index

#SESSION.AnArray[2]#

TIA

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