I wish to loop over an array collection and access all the elements
(columns)

so the arrayCollection looks like

[1].columnOne
[1].columnTwo
[1].columnThree
[2].columnOne
[2].columnTwo
[2].columnThree

I need to loop over the rows and columns, but don't know the column names,
any ideas.  The array collection data is a query returned from ColdFusion.

 

Paul.

Reply via email to