CF doesn't have fixed dimension arrays like some other languages. So the
best you can do is find the length of the first dimension, then you have to
do each index individually to find the exact length of all the items in the
second dimension.


-----Original Message-----
From: Rick Lamb [mailto:[EMAIL PROTECTED]]
Sent: January 25, 2001 14:20
To: CF-Talk
Subject: array length of a dimension?



I need to find the arraylen of a 2 dimensional array. Can somebody recommend
a technique to do this?

Thanks,

Rick
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to