Page 1 of 1

For each column loop

Posted: Mon May 14, 2007 7:01 pm
by lahatfield
Hi,

I have some data being returned like this :

Column1 | Column2 | Column 3 | Column 4
ABC | DEF | GHI | JKL
123 | 456 | 789 | 101

When i write out the information i want to loop through each column and write out the column name. Is this possible ?

Thanks