Question
Need Help with ArrayLen
Hi all,
I want to loop the names I stored in my database array.
There are total 9 records but i only want the record number 1 to 8 only.
Is that ok for me to use like this?
<cfloop index="i" from="1" to="#ArrayLen(Application.Names)-1#">
I am using SQL server 2008 and CF 8 on Windows 7.
Will really appreciate your help. Thanks ![]()
