Here's how I check my arrays after they are created:

<cfloop index="m" from="1" to="#ArrayLen(vr_ResArray)#">
   <cfloop index="n" from="1" to="#ArrayLen(vr_ResArray[1])#">
      vr_ResArray[#m#][#n#] = #vr_ResArray[m][n]# <br>
   </cfloop>
</cfloop>

Mark Ward
Web Application Development Team
High Performance Systems Lab
Hewlett-Packard
Richardson, TX
972-497-4889
[EMAIL PROTECTED]


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com


-------------------------------------------------------------------------
This email server is running an evaluation copy of the MailShield anti-
spam software. Please contact your email administrator if you have any
questions about this message. MailShield product info: www.mailshield.com

-----------------------------------------------
To post, send email to [EMAIL PROTECTED]
To subscribe / unsubscribe: http://www.dfwcfug.org

Reply via email to